Skip to content

Axum serve.rs:422 taking 1928 bytes #3191

Answered by yanns
Sagebati asked this question in Q&A
Discussion options

You must be logged in to vote

I saw this warning as well, and I'm personally unsure what we should do about it.

Option 1: we do nothing

Option 2: add box somewhere

  • it's known that the rust compiler is not good at optimizing futures created from async/await. But it might get better in the future. If we add a box now, then we'll probably miss the future optimizations.

My personal conclusion: better doing nothing for now. The services I'm running with axum are using much more memory due to json serialization / deserialization.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Sagebati
Comment options

@yanns
Comment options

yanns Jan 22, 2025
Collaborator

Answer selected by Sagebati
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants