Completed
PROMISE AND PITFALLS OF PERSISTENT MEMORY
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Promise and Pitfalls of Persistent Memory
Automatically move to the next video in the Classroom when playback concludes
- 1 PROMISE AND PITFALLS OF PERSISTENT MEMORY
- 2 I'M NOT ONE OF THOSE INTEL ENGINEERS INA BUNNY SUIT
- 3 PROGRAMMING FOR PERSISTENT MEMORY
- 4 ADAPTING SOFTWARE FOR PERSISTENT MEMORY
- 5 POSITION INDEPENDENCE Virtual memory ranges change all the time Persistent memory ranges do not
- 6 MEMORY ALLOCATION & GC Regular memory allocators aren't appropriate A leak in persistent memory remains leaked
- 7 TRANSACTIONS & LOCKING Preventing torn updates using transactions Resetting abandoned locks
- 8 ERROR DETECTION & HANDLING Coping with media failures or corruption