StringZilla
StringZilla copied to clipboard
Refactor Str and SplitIterator to use `sz_string_view_t`
In python/lib.c
several classes store a combination of a pointer and length. It's worth refactoring the file to use the sz_string_view_t
structure.