kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

Small changes to `Arena` #67

Closed moulins closed 1 year ago

moulins commented 1 year ago

Box the Context inside Arena, so that map_root is more efficient, and add some 'gc lifetimes missed in #66.