rust-lightning/lightning
Matt Corallo 43d250dadc Drop the dist HashMap in routing, replacing it with a Vec.
Now that we have unique, dense, 32-bit identifiers for all the
nodes in our network graph, we can store the per-node information
when routing in a simple `Vec` rather than a `HashMap`. This avoids
the overhead of hashing and table scanning entirely, for a nice
"simple" optimization win.
2024-07-10 01:31:48 +00:00
..
src Drop the dist HashMap in routing, replacing it with a Vec. 2024-07-10 01:31:48 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.31 2024-05-30 18:35:29 +08:00