Benchmarking programming languages and web frameworks
D web frameworks
About D
Paradigm
Object-Oriented, Functional, Imperative
Execution
Compiled
Typing
Static
Null Safety
NO
Memory Management
Garbage Collection
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.
Benchmarks
This benchmark tests how fast a framework can perform concurrent HTTP requests, I/O operations, and JSON de/serialization.