virtual-threads
There are 77 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 streaming, concurrency and resiliency for Scala on the JVM
relvaner/actor4j-core
Actor4j’s core implementation separates SDK and runtime, enabling flexible execution models.
robaho/httpserver
a lightweight, ultra-performant, zero dependency JDK http server implementation with http2 and websockets - designed for embedding and optimized for virtual threads
Stickerifier/Stickerify
Bot to convert medias in Telegram stickers
lWoHvYe/unicorn
基于最新的Java 21和SpringBoot 3.4。根据eladmin项目进行改造。整合常用的Components.
akarnokd/RxJavaFiberInterop
Library for interoperation between RxJava 3 and JDK 21+ Virtual Threads
japplis/Virtually
A Java library to make code more virtual thread friendly
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
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.
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.
Accenture/mercury-composable
Reference implementation toolkit for writing composable applications
Sammers21/pvpqnet
Xunamate copy that went too far
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拡張機能のデモです - 随時新機能を追加してメンテナンスしています.
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.
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.
Lixuhuilll/vt-demo
测试 Java 虚拟线程在大量阻塞的状态下,相比平台线程能有多少提升。
propensive/parasite
Structured asynchronous task management in Scala
robaho/closablequeue
a Java FIFO blocking queue with "close" semantics. designed for virtual threads.
SvenWoltmann/virtual-threads-spring
Spring demo application to compare controllers using CompletableFuture vs. virtual threads.
consolidando/spring-boot
This repository includes examples from the blog Consolidando with the label "Spring Boot"
fr33m0nk/structured-task-scope
Structured concurrency in Clojure via StructuredTaskScope
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.
nasrmohammad4804/concurrency-multithread-concept
this repo for cover lot of concept about java concurrency and parallelism and related OS concept
Bulletdev/rinha-backend-bullet
Projeto para a rinha de Backend 2024 Q1
da0hn/virtual-thread-structured-concurrency-sandbox
Java 21 Virtual Thread and Structured Concurrency Udemy Course
imrafaelmerino/jio
Jio is a powerful Java library designed to simplify and enhance input/output operations by leveraging the power of expressions and functions
krkarma777/Javelin
A high-performance, lightweight Java Web Application Server powered by Virtual Threads. 🚀