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

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

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

1 个仓库

Awesome GitHub RepositoriesDeterministic Network Memory Management

Ensures predictable network performance by using fixed memory allocations for sockets and buffers.

Distinct from Deterministic Networking: Focuses on memory determinism for real-time performance, not game state synchronization.

Explore 1 awesome GitHub repository matching game development · Deterministic Network Memory Management. Refine with filters or upvote what's useful.

Awesome Deterministic Network Memory Management GitHub Repositories

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

    smoltcp-rs/smoltcp

    4,496在 GitHub 上查看↗

    smoltcp 是一个用 Rust 编写的独立 TCP/IP 网络栈,专为裸机和嵌入式系统设计。它提供了一种无需动态堆分配即可运行的内存安全互联网协议套件实现。 该项目以其无堆内存管理而著称,使用固定大小的缓冲区和手动分配的内存来确保确定性性能。它采用零拷贝数据包处理和基于接口的硬件抽象,将网络栈与物理硬件解耦。 该栈涵盖了广泛的网络功能,包括具有拥塞控制的面向连接的 TCP 流和用于 IPv4 及 IPv6 的无连接 UDP 数据报。它支持以太网链路层管理、ICMP 诊断消息、基于 CIDR 的路由,以及用于低功耗环境、带有报头压缩的专用 6LoWPAN 无线网络。 该库包括用于网络接口管理、原始数据包捕获和可配置资源限制的实用工具,以适应特定硬件的约束。

    Ensures predictable performance in real-time systems by using fixed memory allocations for network sockets.

    Rustembeddednetworking-stack
    在 GitHub 上查看↗4,496
  1. Home
  2. Game Development
  3. Online & Multiplayer
  4. Deterministic Network Memory Management