-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unfortunately Rust doesn't inline async functions, even for tail calls. Each level of indirection adds to the state size and that can scale with the amount of calls into the library. Remove some avoidable uses of async to help memory usage somewhat until Rust fixes these issues. rust-lang/rust#69826
- Loading branch information
1 parent
e955dc7
commit 53f5c14
Showing
2 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters