Inconsistent JSON performance for Rust frameworks. #8634
CordlessCoder
started this conversation in
General
Replies: 1 comment 6 replies
-
The frameworks you mentioned all depend on I would not call it inconsistency and I strongly against making |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some Rust frameworks i.e. ntex, may-minihttp are using the extremely performant
yarte
for JSON serialization, while others i.e. axum, actix are using the far slower serde.I believe we should make sure all Rust frameworks use yarte for serialization to make this a fair comparison.
Beta Was this translation helpful? Give feedback.
All reactions