7 ms·
> Rust without the crazy town complexity. To be clear, the language has a GC then?
by aloha2436 8mo ago
> Rust without the crazy town complexity.
To be clear, the language has a GC then?
- jayd16 8mo agoI suppose it could have some kind of ARC. In theory some future languages could even have some hybrid approach? A high perf default but you can fallback to a GC allocation for hard things?
- AndrewDucker 8mo agoI'm pretty sure that there are multiple GC crates for Rust out there. But using them mixed in with non-GC variables presumably makes things more complex.