aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-09-19 15:24:45 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-09-19 15:24:45 +0200
commit5f926dd6e4f884f6d29c88207480a6bd0b97aa2a (patch)
treed5e1f0d316a325b23739c37b59689262e003aec3 /Cargo.toml
parentfe82169e0a84692cf161e6210c4c522912e70e72 (diff)
downloadembeddings-sort-5f926dd6e4f884f6d29c88207480a6bd0b97aa2a.tar
embeddings-sort-5f926dd6e4f884f6d29c88207480a6bd0b97aa2a.tar.bz2
embeddings-sort-5f926dd6e4f884f6d29c88207480a6bd0b97aa2a.tar.zst
christofides algorithm (~8% improvement)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b6df99d..20d6077 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,3 +20,4 @@ sha2 = "0"
anyhow = "1"
pathdiff = "0"
reflink-copy = "0"
+multiset = "0"