Skip to content
  • Thomas Daede's avatar
    Convert some Vecs in RDO to ArrayVecs. · 63f13f77
    Thomas Daede authored
    These are fixed size and stack allocated rather than malloc()'ed,
    hopefully improving speed and reducing memory fragmentation.
    
    Vecs that are passed across functions have not been converted.
    63f13f77