You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also like to see a benchmark. Reading the code for this project, this doesn’t look sufficient to convert Jetty to loom. The implementation replaces Jetty’s fixed sized thread pool that it uses to limit concurrency with an unbounded virtual threadpool. This http server looks like it will have no backpressure and will accumulate load until it goes into GC hell.
Would be really interesting to compare the performance of the two using the TechEmpower benchmark.
https://www.techempower.com/benchmarks/
Super impressive how little needs to be changed.
The text was updated successfully, but these errors were encountered: