blocking-queue
There are 55 repositories under blocking-queue topic.
opengoofy/hippo4j
📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
adrianbrad/queue
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
thanhit95/multi-threading
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
zalky/cues
Queues on cue: low-latency persistent blocking queues, processors, and graphs via Chronicle Queue
Addi-11/system-design-excercises
System design exercises by Arpit Bhayani
theodesp/blockingQueues
Simple, performant, goroutine safe queues, useful as resource pools or job queues.
AmrSaber/go-blocking-dequeue
Thread safe, blocking, generic dequeue data structure for Go
Tomiwa-Ot/java-web-server
Simple HTTP server written in Java
Divine-Software/divine-synchronization
The Divine Synchronization Library
ralscha/xodus-queue
Persistent java.util.Queue implementation with Xodus
codepumpkin/DesignPatterns
Code repository for all the articles on design patterns at codepumpkin.com
gmarma23/QuoridorEngine
Quoridor game implementation integrated with a versatile and reusable AI agent for solving two-player board games
ChedySmaoui/Queues-and-Thread-Safety
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.
orkhan-huseyn/blocking-queue
Implementation of a BlockingQueue in Java
robaho/closablequeue
a Java FIFO blocking queue with "close" semantics. designed for virtual threads.
Tishacy/QSpider
[自用轮子] 一个多线程/多进程工具模块(生产者-消费者模式实现)
felipeek/c-fifo-blocking-queue
A FIFO blocking queue implemented in C.
jessejcw/cpp_concurrent
Blocking ring buffer in C++11
shutterstock/p-map-iterable
Performs a concurrent mapping with back pressure (won't iterate all source items if the consumer is not reading).
amarlearning/thread-pool-manager
Simple thread pool manager implemented in Java
eMahtab/blocking-queue
Blocking Queue in Java
Hacky-DH/cpputils
utils for cpp
isarandi/throttledpool
Parallel process pool that throttles the task producer thread to avoid out-of-memory issues
ismailfer/offheap-queue
OffHeap lists and queues, using Unsafe class, DirectByteBuffer, and Memory Mapped Files
nurzico/enqueue
Another BlockingQueue implemented as ring buffer and aware of consumer
ty7swkr/BlockingQueue-based-on-vector
C++11 std::vector-based blocking queue with high throughput.
bachoid/spring-boot-kafka-demo
spring-boot kafka blocking-queue demo
MichalPula/JavaMultithreading
Project with examples covering threads, synchronization, locks, CompletableFuture, ExecutorService, Callable, Runnable and BlockingQueues
terry960302/concurrent-entity-change-logger
(Java, Spring-boot, Multi-thread, hexagonal, disk WAL, queue based)멀티스레드 환경에서 JPA 엔티티 변경 사항을 감지하고, 외부 인프라 없이 안전하게 비동기 저장하는 구조입니다. 부하를 줄이기 위한 JDBC Batch Insert, 로그 유실을 막기 위한 WAL 파일 로깅 처리, 동시성 처리를 위한 Queue 처리 등을 포함하고 있습니다.
Akhil-uc/Ride_Sharing_System
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.
bishu21/ProducerAndConsumerQueue
Blocking Queue Implementation
gireeshbharmshetty/java-message-queue
A simple, thread-safe, in-memory blocking message queue in Java.
kamarros/multi-threading
Multi - thread learn. Add comment and .txt file about interface Runnable, Delayed and simple implementation.
siddhant-vij/Producer-Consumer-Problem-Java
Producer Consumer Problem
ZaTribune/assets-matching-engine
A demo project for an assets matching engine.