MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / is_equal_strings

Function is_equal_strings

scripts/test_stringzilla.py:831–833  ·  view source on GitHub ↗
(native_strings, big_strings)

Source from the content-addressed store, hash-verified

829
830
831def is_equal_strings(native_strings, big_strings):
832 for native_slice, big_slice in zip(native_strings, big_strings):
833 assert native_slice == big_slice, f"Mismatch between `{native_slice}` and `{str(big_slice)}`"
834
835
836def check_identical(

Callers 1

check_identicalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…