awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesSmall-Buffer Optimizations

Techniques for storing small amounts of data inline within an object to avoid heap allocation overhead.

Distinct from Small Data Compression Optimization: This is a low-level memory optimization for containers, unrelated to file or data compression.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Small-Buffer Optimizations. Refine with filters or upvote what's useful.

Awesome Small-Buffer Optimizations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/stlAvatar de microsoft

    microsoft/STL

    11,084Ver en GitHub↗

    This project is a C++ Standard Library implementation that provides the foundational classes and functions required by the ISO C++ standard. It serves as a template-based generic programming library, providing the Standard Template Library's set of containers, algorithms, and iterators for data manipulation. The library is a core component of the MSVC toolchain, designed specifically for integration with the Microsoft Visual C++ compiler and build tools. The implementation covers memory management through optimized allocators and buffer strategies, as well as tools for performance benchmarki

    Stores small elements directly within the object structure to avoid heap allocations for common small-scale data.

    C++
    Ver en GitHub↗11,084
  • androidx/androidxAvatar de androidx

    androidx/androidx

    6,010Ver en GitHub↗

    AndroidX is the official collection of Android Jetpack libraries for building Android applications. It provides a suite of backward-compatible APIs that expose modern platform features on older Android versions, ensuring consistent functionality across devices. The project is built around lifecycle-aware component architecture, with tools like ViewModel for preserving UI data across configuration changes, LiveData for lifecycle-aware data observation, and WorkManager for constraint-based background task scheduling. The project distinguishes itself through compile-time code generation and type

    Reduces memory impact of small collections with optimized data structures.

    Kotlin
    Ver en GitHub↗6,010
  1. Home
  2. Operating Systems & Systems Programming
  3. Small-Buffer Optimizations