openjdk/loom
https://openjdk.org/projects/loom observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2694
- days_rel: n/a
- days_push: 11
- n_releases_24m: 0
Adoption not part of the score
2014 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Project Loom is the OpenJDK project that developed lightweight concurrency for the Java platform, most notably virtual threads (fibers) and structured concurrency. This repository is a JDK development fork where the Loom features were implemented before being integrated into mainline OpenJDK releases.
Use cases
- run millions of lightweight concurrent tasks in Java
- write blocking-style code that scales like async
- adopt virtual threads for high-throughput servers
- use structured concurrency to manage task lifetimes
- migrate thread-per-request Java services without reactive complexity
- experiment with continuations on the JVM
When to choose
- you need massive concurrency in Java without rewriting to async/reactive styles
- you want to test or contribute to JVM-level virtual thread development
- your server handles many concurrent blocking I/O operations
When to avoid
- you need a stable production JDK - use a mainline OpenJDK release instead
- you work in a non-JVM language
- you need CPU-bound parallelism only - traditional thread pools suffice
Facets
library · maturity active
concurrency interpreter developer-tools programming-languages developer-tools microservices jvm windows virtual-threads jvm openjdk project-loom lightweight-concurrency continuations linux macos
1 source
- readme: https://github.com/openjdk/loom · fetched 2026-08-28 · 50b0ca29cd76
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| openjdk/loom | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem