Change Huffman encoder benchmark to typical character distribution.

Reimplement a Huffman decoder and run it on random binary input to generate
characters from the ideal distribution corresponding to the Huffman code.
This is much closer to real life usage than repeated 'a' characters, giving more
meaningful benchmark results.

PiperOrigin-RevId: 335674758
Change-Id: I7f90439066691b45fea693715091f70b15628920
2 files changed
tree: 05fa2e680b9fb6cdf33fe8833e2dc50fe482691c
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.