Closed luigi-rosso closed 2 years ago
Allows us to not store the compressed version of the indices. Also means we can be smart about copying references when instancing and not duplicating the entire set of bytes.
Updated to use Span. Also updates all references passed to Core decode methods to be const Span&.
Allows us to not store the compressed version of the indices. Also means we can be smart about copying references when instancing and not duplicating the entire set of bytes.