Menu

Tree [50341a] default tip /
 History

Read Only access


File Date Author Commit
 README 2024-07-25 Conrad Park Conrad Park [96c897] remove suffix

Read Me

# wCQ.odin, an Odin implementation of wCQ

## Why?
- Educational purposes
- I wanted to try something new
- It sounded like fun
- Odin core doesn't have a lock free queue

## What?
Following the 2022 paper [wCQ: A Fast Wait-Free Queue with Bounded Memory Usage](https://arxiv.org/pdf/2201.02179)