Jake Wharton: Exploring Java’s Hidden Costs [video]

Watch the video with a full transcript and synced slides you can control @ https://realm.io/news/360andev-jake-wharton-java-hidden-costs-android/ This talk w… Read more

Similar

Why Java’s TLABs are so important

The JVM’s garbage collectors make use of Thread-Local Allocation Buffers (TLABs) to improve allocation performance. In this article we’re going to understand what TLABs are, how they affect the code generated by the JIT for allocation and what the resulti... (more…)

Read more »

Java Enums to Be Enhanced with Sharper Type Support

Java enums will be enhanced with generics support and with the ability to add methods to individual items, new JEP shows. Both features can be delivered with one single change, reason for which they're bundled together. The change only affects the Java co...

Read more »