Files
VVVVVV/desktop_version/src
Misa 141181dee7 Refactor extra binary blob tracks to not use STL data marshalling
Just like I refactored text splitting to no longer use std::vectors,
std::strings, or temporary heap allocations, decreasing memory usage and
improving performance; there's no reason to use a temporary
heap-allocated std::vector to grab all extra binary blob indices, when
instead the iteration can just be more immediate.

Instead, what I've done is replaced binaryBlob::getExtra() with
binaryBlob::nextExtra(), which takes in a pointer to an index variable,
and will increment the index variable until it reaches an extra track.
After the caller processes the extra track, it is the caller's
responsibility to increment the variable again before passing it back to
getExtra().

This avoids all heap allocations and brings down the memory usage of
processing extra tracks.
2021-02-19 07:07:39 -05:00
..
2020-01-08 10:37:50 -05:00
2021-02-15 23:07:35 -05:00
2020-08-02 23:43:55 -04:00
2021-01-11 00:24:59 -05:00
2021-01-12 14:02:31 -05:00
2021-02-15 23:07:35 -05:00
2020-09-27 16:31:40 -04:00
2020-08-02 23:43:55 -04:00
2020-11-04 12:06:57 -05:00
2020-11-04 12:06:57 -05:00