virtual-threads
There are 72 repositories under virtual-threads topic.
pivovarit/parallel-collectors
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
funcool/promesa
A promise library & concurrency toolkit for Clojure and ClojureScript.
softwaremill/ox
Safe direct-style concurrency and resiliency for Scala on the JVM
relvaner/actor4j-core
Actor4j is a multi-runtime actor-oriented Java framework.
lWoHvYe/unicorn
基于最新的Java 21和SpringBoot 3.2。根据eladmin项目进行改造。整合常用的Components.
akarnokd/RxJavaFiberInterop
Library for interoperation between RxJava 3 and JDK 21+ Virtual Threads
Stickerifier/Stickerify
Bot to convert medias in Telegram stickers
japplis/Virtually
A Java library to make code more virtual thread friendly
jesperancinha/good-story
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.
robaho/httpserver
a lightweight zero dependency JDK http server implementation designed for embedding and optimized for virtual threads
ivangfr/web-reactive-jvm-native-cds-aot-virtual-threads
In this project, we’ll create six apps using Spring Boot, Quarkus, and Micronaut. For each framework, one app will use blocking Web with Tomcat, and the other will use non-blocking Reactive with Netty. We’ll build both JVM and Native Docker images. For Spring Boot, additional images will test configurations with Virtual Threads, CDS, and AOT
eclipse-vertx/vertx-virtual-threads
Vert.x Virtual Threads
piomin/sample-java-concurrency
Demo app and JUnit tests illustrating the most useful concurrency mechanisms in Java
aliakh/demo-java-virtual-threads
'Concurrent programming in Java with virtual threads' article and source code.
Sammers21/pvpqnet
Pvpq.net is a site for WoW PvP players with rankings, ladder data, and tools to improve gameplay and excel in competitive PvP.
mjovanc/java-21-virtual-threads
A tutorial on how to work with Java 21 - Virtual Threads
sureshg/kotlin-mpp-playground
🎨 Kotlin Multiplatform playground!
hakdogan/loom-examples
This repository contains examples of Project Loom parts such as Virtual Thread, Structured Concurrency, and Scoped Values
mp911de/loom-playground
Project Loom Playground Repository
oracle-japan/ochacafe-microprofile-demo
Helidon 4.x (= Virtual Thread版) に更新しました // MicroProfileとHelidon拡張機能のデモです - 随時新機能を追加してメンテナンスしています.
gaplo917/generic-http-benchmark
Generic HTTP benchmark using Gatling. Check out the results 👇
SvenWoltmann/virtual-threads
Demo code showing how to use Java's virtual threads.
waileong/spring-boot-fcm-native-image
This project integrates Firebase Cloud Messaging (FCM) with a Spring Boot application, providing REST endpoints for sending various types of FCM notifications.
Lixuhuilll/vt-demo
测试 Java 虚拟线程在大量阻塞的状态下,相比平台线程能有多少提升。
propensive/parasite
Structured asynchronous task management in Scala
SvenWoltmann/virtual-threads-spring
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
hakdogan/scoped-values
The Scoped Values API allows us to store and share data for a bounded lifetime. This repository shows how you can use it.
mduerig/vfuture
A VFuture is a handle to the result of an asynchronous computation. It captures the effects of latency and failure: it is completed once the computation finishes (either successfully or with a failure). The implementation uses virtual threads for producing the future's result.
robaho/closablequeue
a Java FIFO blocking queue with "close" semantics. designed for virtual threads.
elenavanengelenmaslova/kotlin-lambda-jvm-virtual-threads-vs-coroutines
kotlin-lambda-jvm with virtual-threads and another with coroutines for comparison
fr33m0nk/structured-task-scope
Structured concurrency in Clojure via StructuredTaskScope
Gustavo053/java-features-testing
repository to store my tests about the new feature of java 21
imrafaelmerino/jio
Jio is a powerful Java library designed to simplify and enhance input/output operations by leveraging the power of expressions and functions
jayo-projects/jayo
A fast synchronous I/O and TLS library for the JVM
kocmana/project-loom-playground
Basic Playground to experiment with Project Loom
nasrmohammad4804/concurrency-multithread-concept
this repo for cover lot of concept about java concurrency and parallelism and related OS concept