kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
527 stars 84 forks source link

Write techempower framework benchmark #356

Open kokizzu opened 4 years ago

kokizzu commented 4 years ago

to boost this framework's popularity https://www.techempower.com/benchmarks/

kernelsauce commented 4 years ago

If someone did write one it would end up high :). The only thing that beats turbo is a custom C server tbh. But that would be a multitude of undertaking to implement a simple server with coherent request handling.