Completed
Options with 64 bits available
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Terracotta’s OffHeap Explained
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Who Am I?
- 3 A Bit of History
- 4 Problem Statement
- 5 Map/Cache Best Practices
- 6 Replace What?
- 7 JDK HashMap
- 8 OffHeap Map
- 9 Storing Key & Values
- 10 Options with 64 bits available
- 11 A Native Heap Allocator
- 12 Marshaling
- 13 Java Serialization Sucks
- 14 OffHeap's Serialization Sucks Less?
- 15 Where did the 59 bytes go?
- 16 Serialization is pretty malleable
- 17 j.u.c.ConcurrentMap
- 18 Happens Before Relationships
- 19 Simple solution
- 20 Moar Write Concurrency!
- 21 Conclusions
- 22 Additional Topics