'Concurrent programming in Java with virtual threads' article and source code.
-
Updated
Feb 23, 2024 - Java
'Concurrent programming in Java with virtual threads' article and source code.
Demo code showing how to use Java's virtual threads.
A Java library to make code more virtual thread friendly
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.
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.
Chat using Java Virtual Threads from Java 19
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.
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.
Quarkus demo application to compare controllers using platform threads, CompletableFuture, and virtual threads.
Atech Challenge | REST API for airport lounge capacity and maximum simultaneous occupancy analysis
A zero-config, adaptive concurrency limiter for Spring Boot. Built on Java 21 Virtual Threads and TCP Vegas algorithm.
Remote math evaluator written in Java Virtual Threads
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.
Demo code showing how to use Java's scoped values
Example of Spring Boot JPA & non-blocking JDBC thanks to Project Loom
Add a description, image, and links to the project-loom topic page so that developers can more easily learn about it.
To associate your repository with the project-loom topic, visit your repo's landing page and select "manage topics."