Completed
Lazy vs Eager: benchmark
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lambda Performance Optimization in Java
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Lambda: performance
- 3 Lambda: SUT
- 4 Linkage: How?
- 5 Linkage: What?
- 6 Linkage: lambda chain
- 7 Linkage: anonymous chain
- 8 Linkage: benchmark
- 9 Linkage: results (cold)
- 10 Linkage: Main contributors (lambda)
- 11 Non-capture lambda: benchmarks
- 12 Capture: results
- 13 Capture: exploring asm
- 14 Capture: benchmark
- 15 Capture: chain results
- 16 Capture: beware of microbenchmarks
- 17 Capture: LF's inline tree
- 18 Capture: lambda slow warmup
- 19 Capture: time-to-performance
- 20 Invocation: performance
- 21 Inline: benchmark
- 22 Scalar replacement: benchmark
- 23 Scalar replacement: results
- 24 Scalar replacement: asm
- 25 Lazy vs Eager: benchmark
- 26 Lazy vs Eager: results