Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tangledbytes/godc

Concurrent (Mostly lock-free wait-free) Golang Data Structures
https://github.com/tangledbytes/godc

Last synced: 3 days ago
JSON representation

Concurrent (Mostly lock-free wait-free) Golang Data Structures

Awesome Lists containing this project

README

        

# GODC

GODC (pronounced as: Godessy) stands for Golang Data Structures - Concurrent. This is a collection of data structures that are thread safe and mostly lock-free and wait-free. These implementations mostly are not my own creation rather adapted from OpenJDK or The Art of Multiprocessor Programming Book.

## Data Structures
- [x] Generic AtomicMarkableReference
- [x] Generic Lock Free Queue
- [ ] Generic List
- [ ] Generic Stack
- [ ] Generic Deque
- [ ] Generic Hash Table