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

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

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

3 个仓库

Awesome GitHub RepositoriesZero-Allocation Runtime Models

Runtime architectures operating entirely without operating system interaction or global allocators.

Distinct from Zero-Allocation Architectures: Distinct from Zero-Allocation Architectures: focuses specifically on runtime models for bare-metal microcontrollers devoid of OS or global allocators.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Zero-Allocation Runtime Models. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Zero-Allocation Architectures
  4. Zero-Allocation Runtime Models

Awesome Zero-Allocation Runtime Models GitHub Repositories

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

    rust-embedded/embedded-hal

    2,600在 GitHub 上查看↗

    Embedded-hal is a hardware abstraction layer for embedded microcontrollers that defines common traits allowing peripheral drivers to remain entirely independent of specific hardware platforms. The library provides platform-agnostic interfaces that decouple driver logic from microcontroller architectures, utilizing zero-cost trait abstractions that compile down to direct hardware register manipulations without runtime overhead or memory allocation. The project features asynchronous execution support and synchronous-to-asynchronous adaptation, enabling non-blocking peripheral operations and coo

    Provides stream and I/O traits that operate entirely without standard libraries or heap allocators.

    Rust
    在 GitHub 上查看↗2,600
  • rust-embedded/heaplessrust-embedded 的头像

    rust-embedded/heapless

    1,977在 GitHub 上查看↗

    Heapless is an embedded Rust data structure library that provides statically allocated, fixed-capacity collections for memory-constrained systems. It implements a zero-allocation runtime model where all collection elements are stored inline within their own value structure, completely removing the need for operating system interaction, global allocators, or runtime heap allocation. Capacity is specified at compile time through generic type parameters, ensuring every collection has a fixed upper bound known before execution. The library implements core language traits to provide standard coll

    Operates without operating system interaction or global allocators, making data structures safe for bare-metal microcontrollers.

    Rustdata-structuresno-stdrust
    在 GitHub 上查看↗1,977
  • unicode-org/icu4xunicode-org 的头像

    unicode-org/icu4x

    1,819在 GitHub 上查看↗

    ICU4X is a modular internationalization library written in Rust, designed as a cross-platform toolkit for formatting text, dates, numbers, and identifiers according to specific regional and cultural rules. It decomposes internationalization features into independent micro-libraries and embeds optimized binary structures directly into application binaries during the build phase via compile-time code generation, or loads externalized cultural datasets dynamically on demand. The library utilizes zero-allocation data structuring to access internationalization properties directly from serialized

    Accesses internationalization properties directly from serialized buffers without parsing or allocating dynamic heap memory at runtime.

    Rustcldricuinternationalization
    在 GitHub 上查看↗1,819