67 skills found · Page 1 of 3
max0x7ba / Atomic QueueC++14 lock-free queue.
DNedic / LockfreeA collection of lock-free data structures written in standard C++11
gammazero / DequeFast ring-buffer deque (double-ended queue)
adrianbrad / Queue⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
coralblocks / CoralRingCoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different JVMs using memory-mapped files.
Roen-Ro / CircularBuffercircular buffer, circular queue, cyclic buffer, ring buffer
tmick0 / Toy QueueA minimal blocking queue backed by a circular buffer
wizard97 / ArduinoRingBufferA Simple Interrupt Safe Ring (Circular) Buffer Queuing Library for Programming with Arduino's and other Embedded platforms
hedzr / Go RingbufLock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
wizard97 / Embedded RingBuf CPPA simple C++ Ring (Circular) Buffer Queuing Library for Programming with Arduino's and other Embedded platforms
sdesalas / Arduino Queue.hGeneric C++ circular queue for Arduino embedded projects.
sheerun / QueueLightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer
YaLTeR / Circular QueueA circular buffer-like queue container.
navjindervirdee / Data StructuresEasy 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, B-Tree.
Mustafa-Hassan2001 / DSA ProjectThis project is on Hostel Management System, in which we are using Circular Linked List, Doubly Linked List, Singly Linked List, Queue, Marge Sort, Quick Sort, Bubble Sort, Recursion and some concepts of OOP.
mattsta / CbufErlang Circular Buffer/List/LIFO Queue using ETS
StoneCypher / Circular Buffer JsFast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
aniketnk / Circular Queue VerilogImplementation of a circular queue in hardware using verilog.
SteveZhangSZ / ConstexprCircularQueueSingle Header Constexpr Circular Queue
ADiTyaRaj8969 / QueueSimple queue implementations with linear and circular types, great for DSA practice and interview preparation.