StringZilla icon indicating copy to clipboard operation
StringZilla copied to clipboard

Refactor Str and SplitIterator to use `sz_string_view_t`

Open ashvardanian opened this issue 11 months ago • 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.

ashvardanian avatar Mar 02 '24 22:03 ashvardanian