Go's concurrent and scalable lock-free data structures are based on the concept of a Treiber stack.
go golang stack queue concurrent-programming lock-free deque concurrent-queue concurrent-stack concurrent-data-structures
-
Updated
Sep 5, 2024 - Go