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

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

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

2 个仓库

Awesome GitHub RepositoriesSerial Buffer Monitors

Monitoring of communication interface buffers to manage data flow.

Distinct from Data Buffering: Distinct from Data Buffering: focuses on monitoring buffer occupancy for flow control rather than general data storage.

Explore 2 awesome GitHub repositories matching data & databases · Serial Buffer Monitors. Refine with filters or upvote what's useful.

Awesome Serial Buffer Monitors GitHub Repositories

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

    tinygo-org/tinygo

    17,529在 GitHub 上查看↗

    TinyGo is a specialized compiler and development toolkit designed to bring the Go programming language to resource-constrained microcontrollers and WebAssembly environments. It provides a bare-metal runtime environment that enables high-level code execution without the need for a traditional operating system, utilizing an LLVM-based backend to generate efficient machine instructions. The project distinguishes itself through aggressive optimization techniques tailored for small hardware, including a static memory allocation strategy and whole-program dead code elimination that significantly re

    Checks received byte counts in communication buffers to manage data flow and prevent overflow.

    Goadafruitarduinoarm
    在 GitHub 上查看↗17,529
  • cloudflare/quichecloudflare 的头像

    cloudflare/quiche

    11,563在 GitHub 上查看↗

    This project is a memory-safe implementation of the QUIC transport protocol and HTTP/3, designed for high-throughput and efficient network communication. It provides a comprehensive toolkit for building secure, low-latency network applications by managing the full lifecycle of transport connections, including protocol negotiation, stream data exchange, and connection state management. The library distinguishes itself through a focus on performance and protocol integrity. It utilizes a formal state machine to enforce strict adherence to transport rules and employs zero-copy buffer management t

    Tracks transmission buffer state to identify potential connection stalls.

    Rusthttp3network-programmingprotocol
    在 GitHub 上查看↗11,563
  1. Home
  2. Data & Databases
  3. Data Buffering
  4. Serial Buffer Monitors

探索子标签

  • Transmission Buffer MonitorsUtilities for tracking the status and occupancy of network transmission buffers. **Distinct from Serial Buffer Monitors:** Focuses on network send buffer state, distinct from general serial interface buffering.