diff options
| author | Lia Lenckowski <lialenck@protonmail.com> | 2023-09-19 15:24:45 +0200 |
|---|---|---|
| committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-09-19 15:24:45 +0200 |
| commit | 5f926dd6e4f884f6d29c88207480a6bd0b97aa2a (patch) | |
| tree | d5e1f0d316a325b23739c37b59689262e003aec3 /Cargo.toml | |
| parent | fe82169e0a84692cf161e6210c4c522912e70e72 (diff) | |
| download | embeddings-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,3 +20,4 @@ sha2 = "0" anyhow = "1" pathdiff = "0" reflink-copy = "0" +multiset = "0" |