📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
Simple HTTP server written in Java
Persistent java.util.Queue implementation with Xodus
Code repository for all the articles on design patterns at codepumpkin.com
a Java FIFO blocking queue with "close" semantics. designed for virtual threads.
Implementation of a BlockingQueue in Java
OffHeap lists and queues, using Unsafe class, DirectByteBuffer, and Memory Mapped Files
Simple thread pool manager implemented in Java
creating a bounded-blocking queue using reentrant lock
This project demonstrates using ArrayBlockingQueue for managing work on a queue between threads
A demo project for an assets matching engine.
Here i do simple experiments in java for learning and Fun
Example of The Producer Consumer Pattern
Aids to find a java class within JAR or ZIP files
(Java, Spring-boot, Multi-thread, hexagonal, disk WAL, queue based)멀티스레드 환경에서 JPA 엔티티 변경 사항을 감지하고, 외부 인프라 없이 안전하게 비동기 저장하는 구조입니다. 부하를 줄이기 위한 JDBC Batch Insert, 로그 유실을 막기 위한 WAL 파일 로깅 처리, 동시성 처리를 위한 Qu...
Producer Consumer Problem
using an intrinsic lock to create and demo a blocking queue