rust-lightning/lightning/src/routing
Jeffrey Czyz 06053fc21c
Remove duplicate generate_routes benchmark code
Refactor generate_routes and generate_mpp_routes into a single utility
for benchmarking. The utility is parameterized with features in order to
test both single path and multi-path routing. Additionally, it is
parameterized with a Score to be used with other scorers.
2022-01-24 18:52:36 -06:00
..
mod.rs Move Score into a scoring module instead of a top-level module 2021-11-16 20:58:37 +00:00
network_graph.rs Merge pull request #1013 from TheBlueMatt/2021-07-warning-msgs 2022-01-11 22:52:44 +00:00
router.rs Remove duplicate generate_routes benchmark code 2022-01-24 18:52:36 -06:00
scoring.rs Add a constructor to MultiThreadedLockableScore 2021-12-18 20:20:23 +00:00