Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TechEmpower benchmark #1

Open
spullara opened this issue Aug 29, 2020 · 1 comment
Open

TechEmpower benchmark #1

spullara opened this issue Aug 29, 2020 · 1 comment

Comments

@spullara
Copy link

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.

@jschlather
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants