|
|
|
|
|
by adkadskhj
1803 days ago
|
|
Is there a reason you'd not just throw RC-like solutions on it? Ie the GC is basically going to employ a handful of techniques with overhead like RC, memory Arenas, etc - which you could also use in Rust. So i imagine you know this, is it the syntax you're trying to avoid? Ie wrapping a lot of things in RC's is annoying? |
|