A high-reliable, high-throughput distributed lock service based on the consensus algorithm component WPaxos.
-
Updated
Aug 11, 2023 - Java
A high-reliable, high-throughput distributed lock service based on the consensus algorithm component WPaxos.
This is a learning note | Java基础,JVM,源码,大数据,面经
Java algorithms examples using concurrency
Fast, and mostly dependency-free. Package syncx/async/chanx/errx/reflectx/strctx
Future-based tasks and streams supporting cooperative lifecycle control (cancellation, pause/resume), execution containers, progress tracking, and synchronization primitives.
This repository contains all code samples, hands-on exercises, and study materials from my one-week deep dive into Java Threading concepts. Includes beginner-friendly examples, interview prep notes, and downloadable cheat sheets.
Concurrency examples in java | Многопоточность в java
Runs a performance test on concurrency of compare and swap operation; synchronized, locks, and atomic operation
O código em Java resolve o problema clássico do "Jantar dos Filósofos". Cinco filósofos alternam entre pensar e comer em uma mesa redonda. Cada filósofo, representado por uma thread, requer dois garfos adjacentes para comer.
Benchmark comparativo entre Platform Threads e Virtual Threads (Java 21) em um simulador bancário de alta concorrência
Producer Consumer Problem
Multithreaded Programming - Walking Robot
Multithreaded Java Program ReentrantLock ExecutorService
Add a description, image, and links to the reentrantlock topic page so that developers can more easily learn about it.
To associate your repository with the reentrantlock topic, visit your repo's landing page and select "manage topics."