C++14 lock-free queue.
-
Updated
Aug 6, 2025 - C++
C++14 lock-free queue.
A collection of lock-free data structures written in standard C++11
Fast ring-buffer deque (double-ended queue)
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
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, B-Tree.
Implementation of a circular queue in hardware using verilog.
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
Follow my daily journey of mastering Data Structures & Algorithms in C with hands-on coding. Explore my progress and code snippets!
Data Structure and Algorithms
An queue data structure implementation for PAWN using circular algorithm.
(Incomplete, In Continuation) Implementation of Data Structures like Stacks, Queues, etc. using C programming language
3 different C++, multi-threaded queues including a lock-free one
Network Flows Optimization - Shortest Path, Max Flow and Min Cost Flow Algorithms in Python
A ringbuffer implementation in golang
Algorithms and ADTs • binary search algorithm • conditions necessary for the use of a binary search • performance of a binary search • implement an insertion sort • implement a bubble sort • performance of a sort routine • find an item in : linked list, binary tree, hash table • insert an item: stack, queue, linked list, binary tree, hash table …
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
Basic programs written in C using ANSI for GNU-GCC
JavaScript Queue optimised for V8
Add a description, image, and links to the circular-queue topic page so that developers can more easily learn about it.
To associate your repository with the circular-queue topic, visit your repo's landing page and select "manage topics."