kanidm / concread

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

Change to get_unchecked_mut on arc when available #26

Closed Firstyear closed 4 years ago

Firstyear commented 4 years ago

When possible, we should change to get_unchecked_mut on the arc, which will greatly reduce the atomic usage in the tree, yielding a potential speed up.

Firstyear commented 4 years ago

superseded by #24 which is rewriting the allocator.