matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.72k stars 138 forks source link

Quick Question: How does h20 compare with lwan in terms of performance? HTTP2 ? #46

Open GuacheSuede opened 7 years ago

matt-42 commented 7 years ago

Check the results here : https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=json FYI I already tried to implement a H2O silicon backend but their C API is really too hard to get familiar with.

GuacheSuede commented 7 years ago

Techempower benchmarks seem to be inaccurate at times, what do you think personally ? Would you think the performance is worth the trouble ?

matt-42 commented 7 years ago

The reality is that I never encountered usecases that need to handle 100k reqs/s so I do not have much feedback to give. I personally think that the MHD performance is already pretty good, and I prefer to focus my free time (which is not much today) on new features and ease of use instead of looking for more reqs/s.