Properly structure the directories

This commit is contained in:
lol3rrr
2026-04-27 23:21:51 +02:00
parent 8fafa39c88
commit 3e0317723c
44 changed files with 43 additions and 43 deletions

View File

@@ -0,0 +1,6 @@
# Implement Jiffy Queue
A Lock-Free/Wait-Free queue
## References
- [ACM Paper](https://dl.acm.org/doi/abs/10.1145/3491003.3491004)
- [Arxiv Paper](https://arxiv.org/abs/2010.14189)