DRY Compiling
Offered By: Scala Days Conferences via YouTube
Course Description
Overview
Explore techniques for optimizing Scala compilation times in this 49-minute conference talk from Scala Days Copenhagen 2017. Learn how to reuse incremental compilations from CI systems or colleagues' computers to significantly reduce compilation times. Discover the benefits of cached compilation for various scenarios, including working on branches, fixing issues in old releases, and setting up open-source projects. Gain insights into implementing the Hoarder plugin for sbt projects to avoid redundant compilation of previously compiled code, potentially saving valuable development time.
Syllabus
DRY compiling! by Krzysztof Romanowski
Taught by
Scala Days Conferences
Related Courses
Teaching Domain Specific Languages in ScalaScala Days Conferences via YouTube Why Dolly Is Just the Beginning for Open LLM Models
Scala Days Conferences via YouTube Building Billion Node Graphs for Machine Learning
Scala Days Conferences via YouTube How Does Incremental Compilation Work with Scala 3
Scala Days Conferences via YouTube AI Assisted Development
Scala Days Conferences via YouTube