nim-works / loony

A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.
https://nim-works.github.io/loony/
MIT License
64 stars 4 forks source link

Fail to deallocate consumed nodes #2

Closed shayanhabibi closed 2 years ago

shayanhabibi commented 2 years ago

Nodes aren't hitting their memory reclamation operations

shayanhabibi commented 2 years ago

Fixed AFAIK from the operation changes