matt-42 / lithium

Easy to use C++17 HTTP Server with no compromise on performances. https://matt-42.github.io/lithium
https://matt-42.github.io/lithium
MIT License
1.26k stars 91 forks source link

Performance Benchmarks? #40

Closed Zenahr closed 4 years ago

Zenahr commented 4 years ago

Are there any performance benchmarks for lithium? Something like this would be cool: https://www.grandmetric.com/2020/08/10/python-rest-frameworks-performance-comparison/

matt-42 commented 4 years ago

Lithium is ranked #1 on the techempower benchmark including hundreds of frameworks: https://www.techempower.com/benchmarks/#section=test&runid=3097dbae-5228-454c-ba2e-2055d3982790&hw=ph&test=composite&a=2

It you would like to see lithium in any other benchmark open for a new C++ competitor please share it here.

Zenahr commented 4 years ago

@matt-42 I wasn't able to find that benchmark myself. Would be awesome to have it being added to the readme.

matt-42 commented 4 years ago

Just added it. Thanks @Zenahr for the feedback.