Results 8 repositories owned by Elliot Barlas

game-of-life-csp

127
Stars
36
Forks
Watchers

Game of Life implemented in Java using virtual threads and communicating sequential processes

microhttp

500
Stars
51
Forks
Watchers

Fast, scalable, self-contained, single-threaded Java web server

project-loom-c5m

345
Stars
13
Forks
Watchers

Experiment to achieve 5 million persistent connections with Project Loom virtual threads

project-loom-comparison

64
Stars
5
Forks
Watchers

A comparison of different methods for achieving scalable concurrency in Java

project-loom-experiment

17
Stars
4
Forks
Watchers

Echo client-server components to evaluate Project Loom virtual threads.

java-httpserver-vthreads

85
Stars
1
Forks
Watchers

Benchmarks for JDK HTTP Server running on Java 21 with Virtual Threads

minesweeper-csp

49
Stars
8
Forks
Watchers

Minesweeper implemented in Java using virtual threads and communicating sequential processes

minesweeper-go-csp

25
Stars
2
Forks
Watchers

Minesweeper implemented in Go using Goroutines and communicating sequential processes