Modifies RawRecord to internally use string_view instead of copies of the substrings. This *vastly* reduces copying in the processing of each record and subsequently improves performance. Reduces total memory usage in Deck construction.
Modifies RawRecord to internally use string_view instead of copies of the substrings. This *vastly* reduces copying in the processing of each record and subsequently improves performance. Reduces total memory usage in Deck construction.