-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace warp
with axum
#116
Comments
@josecelano suggested that we might want to consider Rocket. From the looks of it, it seems really cool! |
In addition, by the same primary author as Rocket, there is Figment, for managing the configuration the application. |
Hey @da2ce7 @josecelano , Rocket's documentation does look really nice, but the project still has a long way to go to compete with other webserver frameworks in Rust in terms of performance: https://web-frameworks-benchmark.netlify.app/result?asc=0&l=rust&metric=totalRequestsPerS&order_by=level512. |
The difference seems to be about 50% of the speed of the competition. - This isn't so devastating. Using a better and more correct interface is of significant advantage. Optimization for speed can always be preformed later. |
Sadly, performance is the crux when it comes to trackers. |
Done. |
The text was updated successfully, but these errors were encountered: