]> git.bitcoin.ninja Git - rust-lightning/commit
Reorder `PathBuildingHop` fields somewhat
authorMatt Corallo <git@bluematt.me>
Wed, 6 Dec 2023 05:02:07 +0000 (05:02 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 8 Dec 2023 20:45:06 +0000 (20:45 +0000)
commit8ba3e83bb0a38b9fc8a3e492f70e6f78bd575d73
tree80bb7a5a9b03f2e7114cce1aad433a19c11c7dd3
parente2f34cb12216f2b2f6292615bb41bad882eec742
Reorder `PathBuildingHop` fields somewhat

Given `PathBuildingHop` is now an even multiple of cache lines, we
can pick which fields "fall off" the cache line we have visible
when dealing with hops, which we do here.
lightning/src/routing/router.rs