Add more information to projects and add some more minor things I found

This commit is contained in:
2025-12-28 22:07:57 +01:00
parent e5016c36fc
commit eaea74f92a
8 changed files with 38 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
# 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)