Completed
Scala CLI
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How Does Incremental Compilation Work with Scala 3
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Jamie Thompson
- 3 Premature Optimization
- 4 Scala CLI
- 5 Scala Compiler
- 6 Separate Compilation
- 7 Two Rules
- 8 Zinc
- 9 Analysis
- 10 Challenges
- 11 Inline Methods
- 12 Multiproject builds
- 13 Scala modules
- 14 How does this split up make your code faster
- 15 Multithreading
- 16 Pipeline builds
- 17 How does it work
- 18 Early Output Jar
- 19 Pipelining
- 20 leeches
- 21 other projects
- 22 project layout
- 23 perfect scenario
- 24 super duper optimization
- 25 summary
- 26 twopass compilation
- 27 Benchmark