kanidm / concread

Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
339 stars 15 forks source link

20220718 sptr miri #80

Closed Firstyear closed 2 years ago

Firstyear commented 2 years ago

Fixes #78 and Fixes #77

Resolves UB in arcache, removes unsafe in threadcache, uses the sptr shim layer to allow pointer provenance.