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

Task.Run is not necessary, #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Task.Run is not necessary, #4

wants to merge 1 commit into from

Conversation

krynium
Copy link

@krynium krynium commented May 24, 2023

Task.Run is not necessary, it just adds memory overhead.

Task.Run is not necessary, it just adds memory overhead.
OoLunar added a commit to OoLunar/async-runtimes-benchmarks that referenced this pull request May 28, 2023
- Updated to .NET 7
- Dropped `ImplicitUsings` in dotnet.csproj
- Uses an array of Task[] over a list of List<Task> to prevent constant resizing of the internally backed array.
- Dropped Task.Run and passes the Task itself in the for loop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants