circular-queue topic

List circular-queue repositories

deque

548
Stars
56
Forks
Watchers

Fast ring-buffer deque (double-ended queue)

go-ringbuf

65
Stars
4
Forks
Watchers

Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:

data-structures

32
Stars
25
Forks
Watchers

Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree...

lockfree

713
Stars
44
Forks
Watchers

A collection of lock-free data structures written in standard C++11

Data-Structure

15
Stars
1
Forks
Watchers

Data Structure and Algorithms

ConstexprCircularQueue

17
Stars
1
Forks
Watchers

Single Header Constexpr Circular Queue

queue

247
Stars
11
Forks
Watchers

⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.