Benchmarking programming languages and web frameworks
Serverino (D)
Small and ready-to-go http server. Support for websockets included. Quick build & start: build & run your server in seconds. Zero dependencies: serverino doesn't rely on any external library. High performance: capable of managing tens of thousands of connections per second. Cross-platform: every release is tested on Linux, Windows, and MacOS. Hot-reload: restart workers without downtime or dropped connections.
This benchmark tests how fast a framework can perform concurrent HTTP requests, I/O operations, and JSON de/serialization.
The D programming language is an object-oriented, imperative, multi paradigm system programming language. D language originated as a re-engineering of C++, and D's design goals try combining the performance of compiled languages with the safety and expressive power of modern dynamic languages. Native D code is commonly as fast as equivalent C++ code while being shorter and memory-safe.