Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A demo of virtual threads in Java 19. Virtual threads are in preview in Java 19. The objective of the demo is to have a somewhat fair comparison of the performance between a fixed thread pool and virtual threads when doing blocking work (not CPU intensive work).
https://github.com/betrcode/java-virtual-threads-demo

java java-19 threads

Last synced: about 10 hours ago
JSON representation

A demo of virtual threads in Java 19. Virtual threads are in preview in Java 19. The objective of the demo is to have a somewhat fair comparison of the performance between a fixed thread pool and virtual threads when doing blocking work (not CPU intensive work).

Awesome Lists containing this project