Give every project into own file

This commit is contained in:
2025-12-28 17:49:53 +01:00
parent c182ce2f6e
commit e5016c36fc
33 changed files with 107 additions and 128 deletions

View File

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