ashvardanian/StringZilla

Refactor Str and SplitIterator to use `sz_string_view_t`

ashvardanian opened this issue · 0 comments

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.