daurnimator / lua-http

HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
https://daurnimator.github.io/lua-http/
MIT License
795 stars 81 forks source link

TechEmpower Web Framework Benchmarks #163

Closed brandonros closed 4 years ago

brandonros commented 4 years ago

https://www.techempower.com/benchmarks/

How does this compare to OpenResty? Faster or slower?

daurnimator commented 4 years ago

How does this compare to OpenResty? Faster or slower?

Slower.

https://github.com/wahern/cqueues/pull/117 makes some performance improvements for a trivial handler. But for most people the slowness is in their own handler code.