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

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

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

2 个仓库

Awesome GitHub RepositoriesDynamic Network Buffer Management

Implementing resizable memory buffers that support owning ranges for network I/O.

Distinct from Dynamic Buffer Resizing: Distinct from Dynamic Buffer Resizing: focuses on owning ranges and contiguous memory for network data rather than system call retries.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Dynamic Network Buffer Management. Refine with filters or upvote what's useful.

Awesome Dynamic Network Buffer Management GitHub Repositories

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

    boostorg/beast

    4,801在 GitHub 上查看↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    Creates resizable buffer implementations that support owning ranges and contiguous memory.

    C++asioasync-programmingboost
    在 GitHub 上查看↗4,801
  • jorisvink/korejorisvink 的头像

    jorisvink/kore

    3,825在 GitHub 上查看↗

    Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific

    Implements resizable memory buffers for efficient handling of network I/O and data sequences.

    Ccframeworkhigh-performance
    在 GitHub 上查看↗3,825
  1. Home
  2. Operating Systems & Systems Programming
  3. Dynamic Buffer Resizing
  4. Dynamic Network Buffer Management