7 lines
379 B
Markdown
7 lines
379 B
Markdown
# Crystalline memory reclaimation
|
|
A lock-free/wait-free (depending on configuration used) memory reclaimation scheme for concurrent data structures.
|
|
I want to implement this as a Rust crate, with a safe interface that should basically make it impossible to misuse (as little unsafe as possible in public API)
|
|
|
|
## References
|
|
- [Paper](https://dl.acm.org/doi/full/10.1145/3658851)
|