Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hical61/Hical
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.2
Choose a base ref
...
head repository: Hical61/Hical
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 2 commits
  • 85 files changed
  • 1 contributor

Commits on May 11, 2026

  1. [feat] v2.6.0 移除 Boost.Beast,自研 HTTP/WebSocket 栈

    - 自研 HTTP 解析栈(picohttpparser 零拷贝 + NativeRequest/NativeResponse)
    - 自研 WebSocket 栈(RFC 6455 完整实现 + permessage-deflate)
    - HeaderMap 头部容器、SO_REUSEPORT 多 acceptor、atomic 超时
    - Chunked Transfer-Encoding、ErrorCode 统一映射、coSpawn 扩展
    - QPS 27K → 159K(+489%)
    - 清理全项目 Beast 遗留引用(vcpkg/文档/注释/README)
    Hical61 committed May 11, 2026
    Configuration menu
    Copy the full SHA
    e922da4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. Configuration menu
    Copy the full SHA
    1f51642 View commit details
    Browse the repository at this point in the history
Loading