Actix(Rust) it's blazing fast
I'm a performance aficionado. I always will be :-). However, performance is a tricky thing. It always depends on the use case. There are several things could affect a benchmark like: * Hardware * Payload size * Kind of Operation * Time * Configurations / Tunings * Warm-Up * What the code does and how I never like the blind discussions saying this server is always better than that server because I knew use cases are everything. Performance is important and in the cloud, it leads to other things like Scalability and Costs. Great performance allows better scalability, therefore it reduces costs because you do more with fewer resources(machines or containers).