InfoQ Homepage Presentations Faster Objects and Arrays
Faster Objects and Arrays
Summary
Gil Tene introduces org.ObjectLayout, a new Java package designed specifically to enable JVMs to optimize memory layout for arrays and objects in a way that closely matches the performance behaviors of arrays of structs and struct-in-struct in C.
Bio
Gil Tene is CTO and co-founder of Azul Systems. He has been involved with virtual machine and runtime technologies for the past 25 years. His pet focus areas include system responsiveness and latency behavior. Gil is a frequent speaker at technology conferences worldwide, and an official JavaOne Rock Star.
About the conference
Software is Changing the World. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.
Community comments
Very interesting and promising
by Richard Richter,
Re: Very interesting and promising
by Arturo Hernandez,
finally ..
by Rüdiger Möller,
Very interesting and promising
by Richard Richter,
Your message is awaiting moderation. Thank you for participating in the discussion.
Although I don't have personal need to go for such a performance, it was very interesting to listen to the presentation just to learn about something under the hood. And one never knows when we can use it - that is when/if it is available. Nice presentation, clear explanation.
Re: Very interesting and promising
by Arturo Hernandez,
Your message is awaiting moderation. Thank you for participating in the discussion.
There is at least one other reason to know about these new technology.
In the future, you may have an opportunity to use a library that takes advantage of these features. And it will be good to have some insight on how is it that a library may perform better than others.
finally ..
by Rüdiger Möller,
Your message is awaiting moderation. Thank you for participating in the discussion.
.. convinced me. When will we get that and where can I vote for it ;) ?