Hi! I've posted the first benchmarks for my HTTP server, but right now they only use Hyper and my library ![]()
Could you recommend any other libraries worth benchmarking? Thanks in advance ![]()
Hi! I've posted the first benchmarks for my HTTP server, but right now they only use Hyper and my library ![]()
Could you recommend any other libraries worth benchmarking? Thanks in advance ![]()
The two main crates for HTTP servers are Actix-web and Axum. You might want to include benchmarks against them.
Okay, I'll definitely add them to my benchmarks. Thanks)
Just curious how it stays against Simple HTTP?
Good question, but I don't understand it
My server is not aimed at testing