Completed
Why we can't live without arrays
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Arrays 2.0 - Opportunities and Challenges
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why we can't live without arrays
- 3 Why arrays bother users
- 4 Why arrays bother JVM implementors
- 5 What Java coders say they want... (2)
- 6 rank: what the JVM should provide
- 7 bigness: what the JVM should provide
- 8 resize: what the JVM should provide
- 9 notation: what the JVM should provide
- 10 layout: what the JVM should provide
- 11 hybrid arrays in the VM
- 12 sharing: what the JVM should provide
- 13 flatness: what the JVM should provide
- 14 What library types can define...
- 15 More about operator overloading
- 16 Hard problem: Type templating (2)
- 17 Power tools: JSR 292
- 18 Killer Use Cases for Arrays 2.0