An open API service indexing awesome lists of open source software.

https://github.com/vmchale/stack

Lock-free stack written in ATS
https://github.com/vmchale/stack

Last synced: 3 months ago
JSON representation

Lock-free stack written in ATS

Awesome Lists containing this project

README

          

# stack

Implementation of a lock-free stack in ATS. It doesn't segfault when compiled
with `-O0` which doesn't exactly inspire confidence but it works.

I'd like to have a type-generic atomic pointer as well.