All videos
All videos
Journey to the holy grail – Scala faster and smaller
October 9, 2019
Scala development is notoriously plagued by its long compilation times and large deployment artifacts.
This gets even worse if you are using Docker, considering you need a full Java Runtime, your package can take almost 100 megabytes.
In the first quarter of 2018 Oracle publicly announced a project they had been working for 6 years called GraalVM.
This talk will take you in a small journey on how to make (specially short lived) Scala applications faster and smaller taking advantage of GraalVM native-image.
Tags
Other videos that you might like

Integrating IDEs with Dotty, the experimental Scala compiler
Guillaume Martres

My Take on Scala 3 by Tomasz Godzik
Tomasz Godzik

Serialization toolbox for Akka messages, events and persistent state that helps achieve compile-time guarantee on serializability
Paweł Lipski, Marcin Złakowski

Making Scalac faster – how hard can it be?
Rory Graves