BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Faster Objects and Arrays

Faster Objects and Arrays

Bookmarks
01:00:18

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.

Recorded at:

May 10, 2015

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • 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 ;) ?

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT