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)
With #57921, we introduced a new
SequenceReader<T>.TryReadExactmethod. 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)