Skip to content
  • Tim-Philipp Müller's avatar
    matroskademux: improve index memory usage · d826c5ad
    Tim-Philipp Müller authored
    Re-arrange order of index entry struct members to avoid padding
    bytes in the middle of the struct, thus potentially reducing the
    overall size of the struct and reducing memory used by the index.
    On Linux x86_64 the size goes down from 32 bytes to 24 bytes for
    each index entry.
    d826c5ad