dreignier / cg-brutaltester

A local arena for codingame multiplayer puzzles
GNU General Public License v3.0
208 stars 45 forks source link

Would Java 21 improve performance of the brutal tester ? #45

Closed gideruette closed 9 months ago

gideruette commented 9 months ago

I've tried using Java 21 virtual threads locally, and it seems faster. However, even with Java 8, I'm unable to run brutal-tester with more than one thread, as most games end up timing out...

Furthermore, to run older games, one needs to adapt the referee or have Java 21 and Java 8 installed...

Fork with java 21 virtual threads