You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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)
The text was updated successfully, but these errors were encountered: