ebarlas / project-loom-comparisonLinks
A comparison of different methods for achieving scalable concurrency in Java
☆71Updated 3 years ago
Alternatives and similar repositories for project-loom-comparison
Users that are interested in project-loom-comparison are comparing it to the libraries listed below
Sorting:
- Game of Life implemented in Java using virtual threads and communicating sequential processes☆147Updated 3 years ago
- Simple Jetty server using Project Loom☆37Updated 4 years ago
- App/Dynamic CDS, Shared Class Cache SCC, Ahead-of-Time AOT, OpenJDK HotSpot, Eclipse OpenJ9, Graal VM native-image☆54Updated 3 years ago
- Experiment to achieve 5 million persistent connections with Project Loom virtual threads☆366Updated 3 years ago
- Benchmarks for JDK HTTP Server running on Java 21 with Virtual Threads☆171Updated last year
- An exploration for running analytics on JDK Flight Recorder recordings☆140Updated 2 years ago
- Continuation & Fiber examples using the OpenJDK project Loom prototype☆116Updated last year
- Deterministic Unit Tests for Multithreaded Java☆138Updated last week
- https://openjdk.org/projects/amber☆145Updated 3 months ago
- https://openjdk.org/projects/shenandoah☆85Updated 6 months ago
- In-Out-Process Java cache (L1/L2 off-heap, scalable, ZeroGC) with full SSD support☆101Updated 3 weeks ago
- A place for Microsoft's Java Engineering Group to put OpenJDK JEPs and/or patches before we submit to OpenJDK☆34Updated last year
- Game of Life implemented in Java using virtual threads and communicating sequential processes☆32Updated 2 years ago
- Java Macro Library☆26Updated 4 years ago
- Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin …☆111Updated last year
- Single-file program that illustrates how the JFR streaming API can be used.☆117Updated 6 months ago
- Experimenting with Project Loom☆124Updated last year
- The first Java Actor System supporting fibers from Project Loom☆230Updated 11 months ago
- A tiny CPU profiler for Java written completely in Java 17.☆93Updated 2 years ago
- Benchmarks, data and scripts for comparing Leyden with Graal Native Image☆33Updated 8 months ago
- Async-Await support for Java