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

Optimize HTTP2 HPack huffman decoding #43603

Merged
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
53f82b8
Optimize HTTP2 HPack huffman decoding
rokonec Oct 19, 2020
4ed05e3
Fix nullability
rokonec Oct 19, 2020
ce3ce60
Review comments #1
rokonec Oct 22, 2020
28e9288
Add #nulable enable
rokonec Oct 22, 2020
a995dd3
Review changes, ManickaP #1
rokonec Nov 8, 2020
a09b4d3
Review changes, ManickaP #1
rokonec Nov 9, 2020
5ee19d7
Update src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpac…
rokonec Nov 9, 2020
b061aa1
Update src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpac…
rokonec Nov 9, 2020
4f74639
Update src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpac…
rokonec Nov 9, 2020
12663d5
Revert partially "Review changes, ManickaP #2"
rokonec Nov 9, 2020
f56825c
Merge branch 'rokonec/1506-optimize-huffman-decoding-using-lut' of ht…
rokonec Nov 9, 2020
16deb6e
Update src/libraries/Common/src/System/Net/Http/aspnetcore/Http2/Hpac…
rokonec Nov 9, 2020
290dd9e
Apply suggestions from code review
rokonec Nov 9, 2020
75b07bf
Fix trailing ws
rokonec Nov 10, 2020
828c1d6
Merge branch 'rokonec/1506-optimize-huffman-decoding-using-lut' of ht…
rokonec Nov 10, 2020
224f1bc
Review comments, gfoidl #1
rokonec Nov 10, 2020
36d6cf4
Optimize initialization and memory footprint of s_encodingTable
rokonec Nov 11, 2020
f45936c
Revert "Optimize initialization and memory footprint of s_encodingTable"
rokonec Nov 12, 2020
e3bdd87
Merge remote-tracking branch 'upstream/master' into rokonec/1506-opti…
rokonec Nov 20, 2020
735831d
Merge branch 'master' of https://github.com/dotnet/runtime into rokon…
rokonec Nov 20, 2020
21c44e8
Merge branch 'master' of https://github.com/dotnet/runtime into rokon…
rokonec Nov 23, 2020
3bcd31d
Added benchmark
rokonec Nov 26, 2020
d6b6252
Review changes - stephentoub #2
rokonec Nov 26, 2020
9e79115
Review changes - manickap #3
rokonec Nov 26, 2020
e3b25a3
Fix, reorder static field for correct initialization order
rokonec Nov 26, 2020
331d034
Review changes stephentoub #4
rokonec Nov 26, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading