awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesOptimized Storage Containers

Specialized implementations of standard data structures like strings and vectors to optimize memory layout and performance.

Distinct from Memory-Optimized Storage: Focuses on C++ container performance rather than database storage or AI memory optimization.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Optimized Storage Containers. Refine with filters or upvote what's useful.

Awesome Optimized Storage Containers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/follyAvatar von facebook

    facebook/folly

    30,412Auf GitHub ansehen↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    Replaces standard strings and vectors with specialized versions that optimize memory and performance.

    C++
    Auf GitHub ansehen↗30,412
  • boostorg/boostAvatar von boostorg

    boostorg/boost

    8,493Auf GitHub ansehen↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    Provides high-performance container implementations like flat maps and stable vectors to optimize memory layout.

    HTML
    Auf GitHub ansehen↗8,493
  1. Home
  2. Operating Systems & Systems Programming
  3. Optimized Storage Containers