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

Function sz_sequence_intersect

c/stringzilla.c:492–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492SZ_DYNAMIC sz_status_t sz_sequence_intersect(sz_sequence_t const *first_array, sz_sequence_t const *second_array,
493 sz_memory_allocator_t *alloc, sz_u64_t seed, sz_size_t *intersection_size,
494 sz_size_t *first_positions, sz_size_t *second_positions) {
495 return sz_dispatch_table.sequence_intersect(first_array, second_array, alloc, seed, intersection_size,
496 first_positions, second_positions);
497}
498
499SZ_DYNAMIC sz_size_t sz_utf8_count(sz_cptr_t text, sz_size_t length) {
500 return sz_dispatch_table.utf8_count(text, length);

Callers 2

_intersection_by_implFunction · 0.85
try_intersectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…