Manishearth / elsa

Append-only collections for Rust where borrows to entries can outlive insertions
Apache License 2.0
228 stars 33 forks source link

Fix two soundness bugs in LockFreeFrozenVec #45

Closed oli-obk closed 1 year ago

oli-obk commented 1 year ago

Noticed these during some testing. I should probably look into adding quickcheck tests.