Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Architecting for Performance - A Top-Down Approach
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Big O complexity
- 3 Cache
- 4 Batching
- 5 Designing synchronous
- 6 Java
- 7 Memory Access
- 8 Testing
- 9 OpenAddressing
- 10 LockFree
- 11 Compare and Swap
- 12 Comparing Swap API
- 13 Cache oblivious algorithms
- 14 Example
- 15 Dataoriented design
- 16 Thread affinity
- 17 Nonuniform memory access
- 18 Large pages
- 19 Guidelines for large pages
- 20 RunFS and TempFS
- 21 False sharing
- 22 Possible false sharing
- 23 SSD tuning
- 24 IO schedulers
- 25 Idle power saving states
- 26 Recommendations
- 27 References