commit | 6eb68902d79b07258f4f6ab23ba80deaf61fb305 | [log] [tgz] |
---|---|---|
author | dmcardle <dmcardle@google.com> | Mon Jun 30 08:48:25 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 30 08:49:31 2025 -0700 |
tree | c100d1f0121d3fcae8f9fbf536d3e758f492af15 | |
parent | 6f830ccf477a6ee35f580f3437bff219bf3e527f [diff] |
Reorder QuicConnection fields to reduce padding This CL changes `sizeof(QuicConnection)` from 6984 to 6880, for a savings of 104 bytes. PiperOrigin-RevId: 777588333
QUICHE stands for QUIC, Http, Etc. It is Google‘s production-ready implementation of QUIC, HTTP/2, HTTP/3, and related protocols and tools. It powers Google’s servers, Chromium, Envoy, and other projects. It is actively developed and maintained.
There are two public QUICHE repositories. Either one may be used by embedders, as they are automatically kept in sync:
To embed QUICHE in your project, platform APIs need to be implemented and build files need to be created. Note that it is on the QUICHE team's roadmap to include default implementation for all platform APIs and to open-source build files. In the meanwhile, take a look at open source embedders like Chromium and Envoy to get started:
To contribute to QUICHE, follow instructions at CONTRIBUTING.md.
QUICHE is only supported on little-endian platforms.