awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesData Structure Packing

Reducing memory bandwidth usage by eliminating compiler padding and optimizing data type sizes.

Distinct from In-Memory Data Structures: Candidates focus on file formats or generic collections, not the memory layout optimization of structs

Explore 1 awesome GitHub repository matching operating systems & systems programming · Data Structure Packing. Refine with filters or upvote what's useful.

Awesome Data Structure Packing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • dendibakh/perf-ninjaAvatar de dendibakh

    dendibakh/perf-ninja

    3,754Ver en GitHub↗

    perf-ninja is a collection of educational resources and curricula focused on CPU architecture, memory hierarchies, SIMD programming, and low-level performance engineering. It provides instructional material and practical labs for identifying and fixing CPU bottlenecks, such as cache misses and branch mispredictions. The project differentiates itself through specialized training in hardware-level optimizations, including the use of compiler intrinsics for SIMD vectorization and the implementation of branchless predicate execution to eliminate pipeline stalls. It also covers advanced binary-lev

    Decreases memory bandwidth usage by eliminating compiler padding and downsizing data types to shrink structure sizes.

    C++
    Ver en GitHub↗3,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Data Structure Packing