awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCallback Resource Cleanup

Utilities for releasing memory associated with event handlers and callbacks in low-level programming.

Distinct from Memory Resource Cleanup: None of the candidates cover C-level session callback cleanup; most are for JVM or cluster resources.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Callback Resource Cleanup. Refine with filters or upvote what's useful.

Awesome Callback Resource Cleanup GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nghttp2/nghttp2nghttp2 的头像

    nghttp2/nghttp2

    5,009在 GitHub 上查看↗

    nghttp2 是一套低级 C 语言库和工具,专为实现 HTTP/2 协议而设计。它提供了协议核心逻辑的内存高效实现,包括分帧、流多路复用和流量控制。 该项目包含一个专门用于 HPACK 头部压缩和解压缩的库,以减少网络带宽。它还提供了一套用于分析网络流量和基准测试服务器性能的工具,包括吞吐量和延迟测量。 其更广泛的能力涵盖了协议实现和流量管理,包括 ALPN 连接协商、请求优先级排序以及头部组件的验证。该库通过基于回调的事件系统支持自定义协议扩展,并包含用于内存管理和错误代码转换的实用工具。 该项目包含用于为 Android 平台交叉编译二进制文件的构建支持和配置脚本。

    nghttp2 releases memory and resources associated with session-level event handlers to prevent memory leaks.

    C++
    在 GitHub 上查看↗5,009
  1. Home
  2. Operating Systems & Systems Programming
  3. Callback Resource Cleanup