An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with virtual-threads

A curated list of projects in awesome lists tagged with virtual-threads .

https://github.com/pivovarit/parallel-collectors

Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.

hacktoberfest parallel-streams parallelism stream-api virtual-threads

Last synced: 12 Feb 2026

https://github.com/softwaremill/ox

Safe direct-style concurrency and resiliency for Scala on the JVM

channels concurrency goroutines jvm loom scala structured-concurrency virtual-threads

Last synced: 15 May 2025

https://github.com/lwohvye/unicorn

基于最新的Java 21和SpringBoot 3.4。根据eladmin项目进行改造。整合常用的Components.

gradle java jpa kotlin lwohvye oauth2 spring-boot spring-security unicorn virtual-threads websocket

Last synced: 06 Apr 2025

https://github.com/akarnokd/rxjavafiberinterop

Library for interoperation between RxJava 3 and JDK 21+ Virtual Threads

continuation fiber interoperation reactive rxjava virtual-thread virtual-threads

Last synced: 22 Mar 2025

https://github.com/robaho/httpserver

a lightweight, ultra-performant, zero dependency JDK http server implementation designed for embedding and optimized for virtual threads

embedded http http-server http2 http2-server https httpserver lightweight virtual-threads websocket websocket-server websockets

Last synced: 29 Apr 2025

https://github.com/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

aot cds docker graalvm java jvm micronaut native quarkus spring-boot virtual-threads web webflux

Last synced: 10 Apr 2025

https://github.com/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.

dispatchers java19 jdk19 jvm jvm-applications kotlin kotlin-coroutines kotlin-dsl loom project-loom virtual-threads

Last synced: 11 Jul 2025

https://github.com/piomin/sample-java-concurrency

Demo app and JUnit tests illustrating the most useful concurrency mechanisms in Java

http-server java java-concurrency java19 virtual-threads

Last synced: 05 Mar 2026

https://github.com/aliakh/demo-java-virtual-threads

'Concurrent programming in Java with virtual threads' article and source code.

java java-21 java-concurrency jep-444 project-loom virtual-threads

Last synced: 08 May 2025

https://github.com/ufoss-org/dino

A synchronous I/O library for the JVM

io java virtual-threads

Last synced: 19 Apr 2025

https://github.com/mjovanc/java-21-virtual-threads

A tutorial on how to work with Java 21 - Virtual Threads

concurrency java java-21 virtual-threads

Last synced: 15 Jul 2025

https://github.com/mp911de/loom-playground

Project Loom Playground Repository

loom virtual-threads

Last synced: 12 May 2025

https://github.com/hakdogan/loom-examples

This repository contains examples of Project Loom parts such as Virtual Thread, Structured Concurrency, and Scoped Values

concurrency continuations threads virtual-threads

Last synced: 24 Aug 2025

https://github.com/oracle-japan/ochacafe-microprofile-demo

Helidon 4.x (= Virtual Thread版) に更新しました // MicroProfileとHelidon拡張機能のデモです - 随時新機能を追加してメンテナンスしています.

helidon jaeger java jms microprofile microprofile-graphql openapi opentelemetry protobuf virtual-threads

Last synced: 13 May 2025

https://github.com/gaplo917/generic-http-benchmark

Generic HTTP benchmark using Gatling. Check out the results 👇

benchmark java jvm kotin-coroutines kotlin reactor virtual-threads

Last synced: 07 May 2025

https://github.com/propensive/parasite

Structured asynchronous task management in Scala

async asynchronous concurrency scala task threads virtual-threads

Last synced: 11 Apr 2025

https://github.com/robaho/closablequeue

a Java FIFO blocking queue with "close" semantics. designed for virtual threads.

blocking-queue closable queue virtual virtual-threads

Last synced: 05 May 2025

https://github.com/fr33m0nk/structured-task-scope

Structured concurrency in Clojure via StructuredTaskScope

clojure jdk21 jvm structured-concurrency virtual-threads

Last synced: 06 Feb 2026

https://github.com/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.

incubator-api jdk-20 scoped-values structured-concurrency virtual-threads

Last synced: 09 Sep 2025

https://github.com/bootcamptoprod/spring-boot-virtual-threads

A simple app demonstrating how we can use virtual threads in Spring Boot application for enhanced concurrency and performance

java-virtual-threads spring-boot-3 spring-boot-virtual-threads spring-virtual-threads virtual-thread virtual-threads virtual-threads-java-21

Last synced: 02 Aug 2025

https://github.com/elenavanengelenmaslova/kotlin-lambda-jvm-virtual-threads-vs-coroutines

kotlin-lambda-jvm with virtual-threads and another with coroutines for comparison

aws-lambda coroutines kotlin kotlin-coroutines virtual-threads

Last synced: 12 Apr 2025

https://github.com/nasrmohammad4804/concurrency-multithread-concept

this repo for cover lot of concept about java concurrency and parallelism and related OS concept

concurrency high-performance lock multithreading optimization performance race-conditions semaphore synchronization virtual-threads

Last synced: 13 May 2025

https://github.com/imrafaelmerino/jio

Jio is a powerful Java library designed to simplify and enhance input/output operations by leveraging the power of expressions and functions

functional-programming java property-based-testing virtual-threads

Last synced: 08 Aug 2025

https://github.com/martishin/next-js-spring-java

Full stack authorization service using Next.js on the frontend and Spring MVC (with virtual threads) on the backend

gradle java java-21 lombok nextjs postgresql reactjs spring-mvc virtual-threads

Last synced: 21 Feb 2025

https://github.com/mgunawardhana/Spring-Boot-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.

backend educational-project java latest project-loom spring-boot threads virtual-threads

Last synced: 11 May 2025

https://github.com/jabrena/101-spring-boot-with-loom

A review about how to use Spring Boot with Virtual Threads, Structural Concurrency & Scope Values (JEP 444, JEP 437 & JEP 446)

loom spring-boot structural-concurrency virtual-threads

Last synced: 11 Jan 2026

https://github.com/mgunawardhana/spring-boot-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.

backend educational-project java latest project-loom spring-boot threads virtual-threads

Last synced: 22 Mar 2025

https://github.com/oclay1st/javaevaluator

Remote math evaluator written in Java Virtual Threads

java project-loom virtual-threads

Last synced: 14 Mar 2025

https://github.com/rcardin/virtual-threads-playground

Some experimentation using Java Virtual Threads

concurrency java virtual-threads

Last synced: 27 Jul 2025

https://github.com/wmartinmimi/lil-http-server4j

Not-for-production experimental java http server using virtual threads

experimental http-server java mit-license virtual-threads

Last synced: 28 Jul 2025

https://github.com/alexejdumka/directorywatcher

Application monitors a specified directory and when new PDF file is detected , the application converts the PDF into a text file and saves it in a different output directory.

java pdf txt virtual-threads

Last synced: 14 Aug 2025

https://github.com/aloisseckar/demos-java-vt

Demo of Java 21 Virtual Threads

java java-21 virtual-threads

Last synced: 25 Aug 2025

https://github.com/bnert-land/virtual

Java 21 Virtual Thread Utilities

clojure java-21 virtual-threads

Last synced: 21 Feb 2026

https://github.com/hstreb/rinha-backend

projeto para testar tecnologias com java para resolver o problema da rinha de backend https://github.com/zanfranceschi/rinha-de-backend-2023-q3

gatling java jooby postgresql spring-boot vertx virtual-threads webflux

Last synced: 03 Feb 2026

https://github.com/omarmahamid/virtualthreadexp

experience working with virtual threads,, and some annotation.

java virtual-threads

Last synced: 22 Feb 2025

https://github.com/siddhant-vij/java-multithreading-and-concurrency

Multithreading, Concurrency & Parallel programming in Java, with strong emphasis on high performance.

concurrency concurrent-api java multithreading parallel-programming performance-optimization virtual-threads

Last synced: 11 Oct 2025