Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 482 Bytes

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

  • Generic AtomicMarkableReference
  • Generic Lock Free Queue
  • Generic List
  • Generic Stack
  • Generic Deque
  • Generic Hash Table