Skip to content
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

Try to reduce cost of Async #101605

Merged
merged 2 commits into from May 2, 2024
Merged

Commits on Apr 26, 2024

  1. Try to reduce cost of Async

    Contributes to dotnet#79204.
    
    I don't know if this will be considered mergeable, but I wanted to at least try something. For apps that use async a lot (like the Stage2 app we use for Goldilocks), the async infrastructure can cost 10% of the entire executable.
    
    Shuffling a couple things in `GetStateMachineBox` I was able to get 0.23% saving. It's miniscule. In general async is death by a thousand papercuts so I don't see a silver bullet.
    MichalStrehovsky committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4649ccd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Undo manual box

    MichalStrehovsky committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    596f681 View commit details
    Browse the repository at this point in the history