You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/06/03 00:46:48 UTC

[GitHub] [trafficserver] masaori335 opened a new issue #6496: ⛱ Optimize HTTP/2 & HPACK

masaori335 opened a new issue #6496:
URL: https://github.com/apache/trafficserver/issues/6496


   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
     - [ ] ~~Perf: Fix mis-usage of Arena in HPACK: #6495~~
     - [x] Introduce LocalBuffer: #6528
     - [ ] Perf: Use LocalBuffer in HTTP/2: #6536
     - [ ] Perf: Decode XPACK String Literal without Arena: TBD
   - Optimize HPACK Table Lookup
     - [ ] Cleanups: #6509, #6520
     - [ ] Get rid of `casecmp`: #6521
     - [ ] Optimize Static Table Lookup: TBD
     - [ ] Optimize Dynamic Table Lookup: TBD
   - Optimize HTTPHdr Conversion
     - [x] Optimize HTTPHdr conversion of HTTP/2 to HTTP/1.1: #6545
     - [x] Optimize HTTPHdr conversion of HTTP/1.1 to HTTP/2: #6635
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] masaori335 closed issue #6496: ⛱ Optimize HTTP/2 & HPACK

Posted by GitBox <gi...@apache.org>.
masaori335 closed issue #6496:
URL: https://github.com/apache/trafficserver/issues/6496


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org