Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sormuras/junit5-looming

🧵 JUnit 5 Test Engine using Virtual Threads
https://github.com/sormuras/junit5-looming

java loom virtual-thread

Last synced: 1 day ago
JSON representation

🧵 JUnit 5 Test Engine using Virtual Threads

Awesome Lists containing this project

README

        

# junit5-looming

JUnit 5 Test Engine show-casing Java's Virtual Threads

- https://jdk.java.net/loom **Project Loom Early-Access Builds**
- https://wiki.openjdk.java.net/display/loom/Getting+started **Getting started with Loom**
- https://mail.openjdk.java.net/pipermail/loom-dev **The loom-dev Archives**
- https://cr.openjdk.java.net/~rpressler/loom/loom/sol1_part1.html **State of Loom** Ron Pressler, May 2020
- https://www.youtube.com/watch?v=NV46KFV1m-4 **Project Loom Update** Alan Bateman, Rickard Bäckman, July 2019

## timings

| Processor | Threads 10.000 | Threads 100.000 | Virtual 10.000 | Virtual 100.000 | Virtual 1.000.000 |
|----------------------|----------------|-----------------|----------------|-----------------|-------------------|
| Ryzen 3700X (Win 10) | 5.6 | 51 | 1.1 | 1.2 | 3.9 :rocket: |
| i7-3770K (Win 10) | 6 | 51 | 1.2 | 1.5 | 5.2 :rocket: |
| i7-7920HQ (Mac OS) | 6 | 51 | 1.2 | 1.7 | 7.1 :rocket: |
| GitHub/Azure (Linux) | 6 | n.a. | 3 | 20 | 223 |
| GH 2019-12-19 | 7 | 53 | 3 | 18 | 227 |
| GH 2020-01-25 | 6 | 53 | 2 | 14 | 162 |
| GH 2020-01-28 | 7 | 53 | 3 | 16 | 150 |
| GH 2020-02-27 | 7 | 52 | 3 | 17 | 150 |
| GH 2020-05-15 | 6 | 53 | 3 | 18 | 183 |
| GH 2020-06-29 | 6 | 51 | 2 | 12 | 120 |
| GH 2020-11-12 | 8 | 54 | 3 | 19 | 159 |
| GH 2020-12-01 | 6 | 50 | 2 | 13 | 129 |
| GH 2021-01-16 | 6 | 51 | 2 | 12 | 114 |
| GH 2021-03-13 | 6 | 54 | 3 | 16 | 134 |
| GH 2021-09-08 | 6 | 51 | 3 | 11 | 141 |
| GH 2021-11-16 | 6 | 51 | 3 | 17 | 193 |
| GH 2022-02-05 | 6 | 51 | 2 | 12 | 149 |
| GH 2022-05-11 | 6 | 53 | 3 | 12 | 146 |
| GH 2023-02-15 | 6 | 51 | 2 | 11 | 149 |
| GH 2023-10-12 | 6 | 51 | 3 | 18 | 274 |

## projects, demos, blogs, and spikes using loom

- https://github.com/forax/loom-fiber (Rémi Forax)
- https://i-rant.arnaudbos.com/loom-part-0-rationale/ (@arnaud_bos)
- https://horstmann.com/unblog/2019-12-05/ (@cayhorstmann)
- https://blog.softwaremill.com/will-project-loom-obliterate-java-futures-fb1a28508232 (Adam Warski)
- https://developers.redhat.com/blog/2019/06/19/project-loom-lightweight-java-threads (Faisal Masood)