Open MBkkt opened 5 months ago
Manhattan distance sometimes useful
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/l1_distance
Already done for bit (hamming)
This might be interesting for i8 inputs and any other low-capacity integral types, and might be related to #100 for sparse distances
i8
Manhattan distance sometimes useful
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/l1_distance
Already done for bit (hamming)