Chat using Java Virtual Threads from Java 19
-
Updated
Jun 16, 2022 - Java
Chat using Java Virtual Threads from Java 19
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.
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.
Remote math evaluator written in Java Virtual Threads
A zero-config, adaptive concurrency limiter for Spring Boot. Built on Java 21 Virtual Threads and TCP Vegas algorithm.
Atech Challenge | REST API for airport lounge capacity and maximum simultaneous occupancy analysis
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.
from zero to project loom
Demo code showing how to use Java's scoped values
Example of Spring Boot JPA & non-blocking JDBC thanks to Project Loom
Spring MVC(가상 스레드 vs. 플랫폼 스레드)와 Spring WebFlux 간의 API 성능을 벤치마킹하기 위한 멀티 모듈 프로젝트입니다. Kotlin, Spring Boot, JPA, R2DBC, Gatling을 사용하여 블로킹/논블로킹 모델의 성능을 비교 분석합니다.
Simplify asynchronous programming in Java with Project Loom virtual threads and a familiar async/await style API
A lightweight HTTP server built on raw TCP, using Java virtual threads for scalable concurrency. Client connections are processed via a handler-based architecture that cleanly separates request handling and response generation.
A simple HTTP server written from scratch for educational purposes.
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
🚛 Streamline secure logging with the KBS SDK, ensuring fast, reliable PII masking while minimizing system impact. Safeguard your data effortlessly.
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."