Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tangledbytes/godc
- Owner: tangledbytes
- License: apache-2.0
- Created: 2023-03-08T13:44:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T05:30:40.000Z (about 1 year ago)
- Last Synced: 2024-11-03T19:42:11.900Z (about 2 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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