Skip to content

Add zquic — pure-Zig QUIC transport protocol#208

Merged
xihale merged 2 commits intozigcc:mainfrom
ch4r10t33r:add-zquic
Apr 13, 2026
Merged

Add zquic — pure-Zig QUIC transport protocol#208
xihale merged 2 commits intozigcc:mainfrom
ch4r10t33r:add-zquic

Conversation

@ch4r10t33r
Copy link
Copy Markdown
Contributor

Summary

Adds zquic to the Network section — a pure-Zig implementation of the QUIC transport protocol (RFC 9000/9001/9002) with HTTP/3 and QPACK support.

  • Zero C dependencies (no OpenSSL/BoringSSL)
  • All 13/13 quic-interop-runner test cases passing
  • Competitive throughput vs quiche and ngtcp2
  • Zig 0.15.x

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds the zquic library, a pure-Zig QUIC transport protocol implementation, to the README. The review feedback suggests refining the project description to maintain stylistic consistency with other entries and removing transient information regarding interop test results.

@ch4r10t33r ch4r10t33r force-pushed the add-zquic branch 2 times, most recently from 4032e8c to 6538cb4 Compare April 13, 2026 17:16
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Member

@xihale xihale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@xihale xihale merged commit 38b9baa into zigcc:main Apr 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants