-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Consume SequenceReader from CoreFX #4693
Comments
@JeremyKuhne we got all of the performance infrastructure up and running now if you have cycles to port the PR over. |
@davidfowl I just put up the PR to consume the CoreFX type without changing the parser. I'll port the change on top of that. |
@JeremyKuhne is there something left to do here after your earlier PR? |
I didn't port my header parsing rearchitecture as it collided with other changes. It had significant improvements in microbenchmarks but it would need to be redone and reevaluated. It would be worth examining again, but I don't think there is any need to do it for a given milestone. |
Gotcha, thanks for helping to catch me up! |
I believe this is mostly done and the rest is covered by #4720. |
SequenceReader<T>
is the CoreFX implementation ofBufferReader<T>
. Any drop of CoreFX past dotnet/corefx@9ae14ba will have this type.aspnet/KestrelHttpServer#3068 implements changes that are based on an API compatible
BufferReader<T>
thatSequenceReader<T>
should just drop in and replace.The text was updated successfully, but these errors were encountered: