diff options
| author | mat <git@matdoes.dev> | 2026-01-04 17:45:49 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-04 17:45:49 -0600 |
| commit | 9b9688597e01ae8eeda96d60e837ad66cebb843a (patch) | |
| tree | 46cd58aca1101e474793b5feab89643168a5e96e /Cargo.lock | |
| parent | ec43a57d0bf51030a4bed668b8cca9e5d288b244 (diff) | |
| download | azalea-drasl-9b9688597e01ae8eeda96d60e837ad66cebb843a.tar.xz | |
use radix heap in pathfinder for 10% speedup
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |
