awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesFixed-Capacity Containers

Collections with a strictly defined maximum number of elements to ensure predictable memory footprints.

Distinct from Fixed-Capacity Caches: None of the candidates cover general-purpose fixed-capacity sets/dictionaries for memory optimization.

Explore 2 awesome GitHub repositories matching data & databases · Fixed-Capacity Containers. Refine with filters or upvote what's useful.

Awesome Fixed-Capacity Containers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apple/swift-collectionsAvatar apple

    apple/swift-collections

    4,438Vezi pe GitHub↗

    This library provides a collection of specialized data structures for the Swift language that extend the standard library with advanced container types. It includes implementations for double-ended queues using ring-buffers, priority queues based on min-max heaps, and memory-efficient bit-set and bit-array storage for boolean values. The project features ordered collections that maintain elements in sorted order via B-tree implementations, as well as persistent sets and dictionaries that use compressed prefix trees to share data between mutated copies. It also provides specialized containers

    Provides arrays, sets, and dictionaries with strictly defined maximum capacities.

    Swiftcollectioncontainerdeque
    Vezi pe GitHub↗4,438
  • rust-embedded/heaplessAvatar rust-embedded

    rust-embedded/heapless

    1,977Vezi pe 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

    Enforces strict bounds checking and stack-based allocation for memory-safe embedded application buffers.

    Rustdata-structuresno-stdrust
    Vezi pe GitHub↗1,977
  1. Home
  2. Data & Databases
  3. Fixed-Capacity Containers