Add QuicHash(Map|Set) as a general-purpose hash map and set, which doesn't gurantee pointer stability. And switch to QuicHashSet in various places.

gfe-relnote: (n/a) Switching data structures. No behavior change.
PiperOrigin-RevId: 308041428
Change-Id: I499959c1744d772b01e050a1ea433cbc76f31e6d
7 files changed
tree: b3d0d66626167871db6231f31cc83ed8de539ea7
  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.