Compile-time Specialization for Scala 3 via Inline Traits
James You
Specialization is a compiler transformation that optimizes generic program code such that code using primitive types can execute without significant...
A Faster Immutable List
Jennifer Payne
The goal of this project is to create a more efficient immutable list in Scala. In order to do this, we intend to use block-based arrays, to improve...
A Faster Immutable List Datatype
L Denney
The goal of this project is to explore implementing a list-like datatype with enhanced performance. Immutable linked lists are a core datatype in...
Cats Effect & FS2 for Wasm/WASI
Mariusz Jakoniuk
The recent efforts of the `scala-wasm` project have made it possible for Scala to use the WebAssembly Component Model binary format as a compilation...