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

Function sz_sequence_argsort

c/stringzilla.c:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488SZ_DYNAMIC sz_status_t sz_sequence_argsort(sz_sequence_t const *array, sz_memory_allocator_t *alloc, sz_size_t *order) {
489 return sz_dispatch_table.sequence_argsort(array, alloc, order);
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,

Callers 4

Strs_sortedFunction · 0.85
Strs_argsortFunction · 0.85
try_argsortFunction · 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…