Completed
What's a CStruct?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Starting from Scratch with Scala Native
Automatically move to the next video in the Classroom when playback concludes
- 1 This talk is about
- 2 Talk Outline
- 3 About Me
- 4 Scala Native is
- 5 The Basics
- 6 Systems Programming
- 7 What's a CString?
- 8 Stack Allocation
- 9 Heap Allocation
- 10 Google NGrams
- 11 Maximum Count (JVM)
- 12 Maximum Count (Native)
- 13 Find Maximum Count
- 14 Performance
- 15 Sorting NGrams
- 16 Sorting: JVM
- 17 What's a CStruct?
- 18 Modeling an NGram
- 19 Sorting: Native
- 20 Aggregation: Native
- 21 Reflections
- 22 Hardware is Changing