There are 0 repository under blocking-queue topic.
📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
Queues on cue: low-latency persistent blocking queues, processors, and graphs via Chronicle Queue
System design exercises by Arpit Bhayani
Simple, performant, goroutine safe queues, useful as resource pools or job queues.
Thread safe, blocking, generic dequeue data structure for Go
Simple HTTP server written in Java
The Divine Synchronization Library
Persistent java.util.Queue implementation with Xodus
Code repository for all the articles on design patterns at codepumpkin.com
Quoridor game implementation integrated with a versatile and reusable AI agent for solving two-player board games
In this practical I wrote an array-based implementation of a dynamically-chosen fixed-size generic Queue in C, and a thread-safe, blocking queue.
Implementation of a BlockingQueue in Java
a Java FIFO blocking queue with "close" semantics. designed for virtual threads.
A FIFO blocking queue implemented in C.
Performs a concurrent mapping with back pressure (won't iterate all source items if the consumer is not reading).
Simple thread pool manager implemented in Java
Parallel process pool that throttles the task producer thread to avoid out-of-memory issues
OffHeap lists and queues, using Unsafe class, DirectByteBuffer, and Memory Mapped Files
C++11 std::vector-based blocking queue with high throughput.
Project with examples covering threads, synchronization, locks, CompletableFuture, ExecutorService, Callable, Runnable and BlockingQueues
(Java, Spring-boot, Multi-thread, hexagonal, disk WAL, queue based)멀티스레드 환경에서 JPA 엔티티 변경 사항을 감지하고, 외부 인프라 없이 안전하게 비동기 저장하는 구조입니다. 부하를 줄이기 위한 JDBC Batch Insert, 로그 유실을 막기 위한 WAL 파일 로깅 처리, 동시성 처리를 위한 Queue 처리 등을 포함하고 있습니다.
A multi-threaded system where workers retrieve tasks from a shared queue, process them, and save results safely. Demonstrates concurrency management, thread/goroutine coordination, and exception/error handling in Java and Go.
A simple, thread-safe, in-memory blocking message queue in Java.
Multi - thread learn. Add comment and .txt file about interface Runnable, Delayed and simple implementation.
Producer Consumer Problem
A demo project for an assets matching engine.