project-loom
Here are 32 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
An investigation and comparison between Kotlin and Java on an engineering level. Since beauty is in the eye of the beholder, this repository is not meant to evaluate Java or Kotlin on an aesthetic level.
-
Updated
Jan 8, 2026 - Kotlin
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
-
Updated
Jul 31, 2020 - 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
Demo code showing how to use Java's scoped values
-
Updated
Sep 19, 2023 - 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
Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API
-
Updated
Feb 15, 2026 - 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
-
Updated
Feb 16, 2026 - Java
Java 21 Virtual Threads & Structured Concurrency (JEP 453) demo with Spring Boot 3.2 — parallel API aggregation, timeout, cancellation.
-
Updated
Feb 20, 2026 - Java
Atech Challenge | REST API for airport lounge capacity and maximum simultaneous occupancy analysis
-
Updated
Feb 3, 2026 - 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
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."