This is an umbrella issue for optimizing HPACK encoding & related changes.
I optimized HAPCK encoding, but changes are getting big. so I'll break down them small PRs and list up here.
This is performance improvement, so this doesn't block any release.
- Reduce malloc
- Optimize HPACK Table Lookup
- Optimize HTTPHdr Conversion
- Misc
This is an umbrella issue for optimizing HPACK encoding & related changes.
I optimized HAPCK encoding, but changes are getting big. so I'll break down them small PRs and list up here.
This is performance improvement, so this doesn't block any release.
Perf: Fix mis-usage of Arena in HPACK: Perf: Fix mis-usage of Arena in HPACK #6495casecmp: Perf: Replace casecmp with memcmp in HPACK static table lookup #6521snprintf()to get authority: -