Mo :ferris: :tux: @ FOSDEM on Nostr: npub15g0js…5e07m Did you take a look at their official benchmarks of "hello world"? ...
npub15g0js2tnks58wynpq97q3kdc55cedpmmvwsgjpyag8amaqlnkvus85e07m (npub15g0…e07m) Did you take a look at their official benchmarks of "hello world"?
https://github.com/tomaka/rouille#but-is-it-fast
A simple "hello world" is about 4 times slower than Go!
A "hello world" route is too simple. There are no database connections, no possible connections to other servers, basically no I/O above the minimum of returning a response.
Just add a DB connection, maybe even to a DB not on the same host, and compare again.
#RustLang #Rust
https://github.com/tomaka/rouille#but-is-it-fast
A simple "hello world" is about 4 times slower than Go!
A "hello world" route is too simple. There are no database connections, no possible connections to other servers, basically no I/O above the minimum of returning a response.
Just add a DB connection, maybe even to a DB not on the same host, and compare again.
#RustLang #Rust