aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-01-04 17:45:49 -0600
committermat <git@matdoes.dev>2026-01-04 17:45:49 -0600
commit9b9688597e01ae8eeda96d60e837ad66cebb843a (patch)
tree46cd58aca1101e474793b5feab89643168a5e96e /Cargo.lock
parentec43a57d0bf51030a4bed668b8cca9e5d288b244 (diff)
downloadazalea-drasl-9b9688597e01ae8eeda96d60e837ad66cebb843a.tar.xz
use radix heap in pathfinder for 10% speedup
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9fae6684..09a8f8d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -258,6 +258,7 @@ dependencies = [
"num-format",
"num-traits",
"parking_lot",
+ "radix-heap",
"rand 0.10.0-rc.5",
"rustc-hash",
"serde",
@@ -2706,6 +2707,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
+name = "radix-heap"
+version = "0.4.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "59ffec9df464013295b499298811e6a3de31bf8128092135826517db12dee601"
+
+[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"