Replies: 1 comment 1 reply
-
Last time I checked, the benchmark was still using axum 0.6. I did some improvements to it a while back, but ultimately it wasn't super interesting or gratifying work. Even in performance-sensitive real world apps, I don't think it usually matters whether your framework is within 80% of the fastest, within 95% of it, or is the very fastest. I find it more important to have benchmarks within the codebase to ensure we don't have major regressions. However, that doesn't mean that performance optimization work isn't welcome, it's just not a focus for me (and David, AFAIK). We just recently received a PR to reduce cloned over here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.techempower.com/benchmarks/#section=data-r22&hw=ph&test=composite
Beta Was this translation helpful? Give feedback.
All reactions