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

Create microbenchmarks for SequenceReader<T>.TryReadExact #60332

Open
Tracked by #64598
jeffhandley opened this issue Oct 13, 2021 · 1 comment
Open
Tracked by #64598

Create microbenchmarks for SequenceReader<T>.TryReadExact #60332

jeffhandley opened this issue Oct 13, 2021 · 1 comment

Comments

@jeffhandley
Copy link
Member

jeffhandley commented Oct 13, 2021

With #57921, we introduced a new SequenceReader<T>.TryReadExact method. We need to implement microbenchmarks for this new API, evaluate the performance, and determine if the performance meets our expectations or if optimizations need to be made.

https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md#benchmarking-workflow-for-dotnetruntime-repository

Originally posted in #57921 (comment)

@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Buffers untriaged New issue has not been triaged by the area owner labels Oct 13, 2021
@ghost
Copy link

ghost commented Oct 13, 2021

Tagging subscribers to this area: @GrabYourPitchforks, @dotnet/area-system-buffers
See info in area-owners.md if you want to be subscribed.

Issue Details

With #57921, we introduced a new SequenceReader<T>.TryReadExact method. We need to implement microbenchmarks for this new API, evaluate the performance, and determine if the performance meets our expectations or if optimizations need to be made.

Originally posted in #57921 (comment)

Author: jeffhandley
Assignees: -
Labels:

area-System.Buffers, untriaged

Milestone: -

@jeffhandley jeffhandley added this to the 7.0.0 milestone Oct 13, 2021
@jeffhandley jeffhandley removed the untriaged New issue has not been triaged by the area owner label Oct 13, 2021
@jeffhandley jeffhandley modified the milestones: 7.0.0, Future Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant