lampepfl / gears

A strawman for a low-level async library in Scala 3.
https://lampepfl.github.io/gears/
Apache License 2.0
247 stars 24 forks source link

Update scala-native, use default GC #38

Closed natsukagami closed 7 months ago

natsukagami commented 7 months ago

With the new BlobArray implementation and usage in Continuations, we can now safely use the default GC (immix/commix) as well as Boehm. Remove the Boehm GC requirement from build.sbt.