SimSIMD
SimSIMD copied to clipboard
uint8 type
not bit
If we have vector of floats with only non-negative (or non-positive) values. It's better to convert it to uint8 instead of int8
Examples under Apache 2.0: https://github.com/google-research/google-research/tree/master/scann/scann/distance_measures/one_to_one https://github.com/ydb-platform/ydb/tree/main/library/cpp/dot_product https://github.com/ydb-platform/ydb/tree/main/library/cpp/l1_distance https://github.com/ydb-platform/ydb/tree/main/library/cpp/l2_distance