project-loom
Here are 24 public repositories matching this topic...
A Java library to make code more virtual thread friendly
-
Updated
Jul 22, 2024 - Java
'Concurrent programming in Java with virtual threads' article and source code.
-
Updated
Feb 23, 2024 - Java
Demo code showing how to use Java's virtual threads.
-
Updated
Nov 15, 2024 - Java
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
-
Updated
Nov 15, 2024 - Java
Chat using Java Virtual Threads from Java 19
-
Updated
Jun 16, 2022 - Java
A high-performance, multiplayer 5-Card Draw Poker engine leveraging Java 21 Virtual Threads. Features a custom text-based TCP protocol, Domain-Driven Design (DDD), and advanced game mechanics including horizontal-slicing side pot logic and automated hand evaluation.
-
Updated
Dec 26, 2025 - Java
-
Updated
Jul 31, 2020 - Java
Demo code showing how to use Java's scoped values
-
Updated
Sep 19, 2023 - Java
Eaze WebSocket Java is a high-performance, lightweight WebSocket server built from the ground up using Java NIO. It is engineered to handle massive concurrency (benchmarked for 319K+ connections) with minimal resource overhead, leveraging the latest advancements in the Java ecosystem like Virtual Threads and ZGC.
-
Updated
Jan 30, 2026 - Java
Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API
-
Updated
Feb 3, 2026 - Java
Quarkus demo application to compare controllers using platform threads, CompletableFuture, and virtual threads.
-
Updated
Nov 15, 2024 - Java
In Java, a thread is a lightweight sub-process, the smallest unit of processing. It is a separate path of execution. Threads are independent, if there occurs exception in one thread, it doesn't affect other threads. It shares a common memory area.
-
Updated
May 18, 2024 - Java
A zero-config, adaptive concurrency limiter for Spring Boot. Built on Java 21 Virtual Threads and TCP Vegas algorithm.
-
Updated
Jan 26, 2026 - Java
Remote math evaluator written in Java Virtual Threads
-
Updated
Feb 13, 2023 - Java
Atech Challenge | REST API for airport lounge capacity and maximum simultaneous occupancy analysis
-
Updated
Feb 3, 2026 - Java
College Assignment to create a Multithreaded Indexing API using virtual threads that has a menu driven UI . Submitted January 2023 for Advanced Object Orientated Programming Module.
-
Updated
Apr 27, 2023 - Java
Improve this page
Add a description, image, and links to the project-loom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the project-loom topic, visit your repo's landing page and select "manage topics."