Others / shredder

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

Inline `Lockout` into `GcData`, saving an allocation #34

Closed Others closed 4 years ago

Others commented 4 years ago

This makes Gc::new a little faster, and may slightly reduce pointer chasing.

Half of #28