Others / shredder

Garbage collected smart pointers for Rust
MIT License
266 stars 9 forks source link

Lower memory overhead for a single `Gc<T>` #29

Open Others opened 4 years ago

Others commented 4 years ago

Splitting off part of #28. We currently have a lot of memory overhead per Gc<T>. We should aim to reduce that.