|
|
|
|
|
by zorgmonkey
242 days ago
|
|
It looks like the API of Alloy was at least designed in such a way that can somewhat easily change the GC implementation out down the line and I really hope they do cause Boehm GC and conservative GC in general is much too slow compared to state of the art precise GCs. |
|
If, OTOH, Alloy is handle based, then maybe there's hope. Still a weird choice to use Rust this way.