Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 329 Bytes

Generational reference counting in Rust

An implementation of Vale's generational reference counting memory management model.

Soundness advisory

Versions before the 0.9.0 rewrite have undefined behavior. Do not use them.

TODO:

renormalization in weak clone? use LOCAL | GLOBAL to mean made-sharable?