From 2d127740cf30cfbd3875a406ecc42ef6ebde60e4 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Wed, 20 Sep 2023 13:34:35 +0200 Subject: ~3x speed improvement: replace priority queues and prim's algoritm with sorted vectors and krushkal's algorithm --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 20d6077..6fa36c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" image = "0" xdg = "2" clap = { version = "4", features = ["derive"] } -priority-queue = "1" rayon = "1" indicatif = { version = "0", features = ["rayon"] } sled = "0" @@ -21,3 +20,4 @@ anyhow = "1" pathdiff = "0" reflink-copy = "0" multiset = "0" +partitions = "0" -- cgit v1.2.3-70-g09d2