| bird | https://twitter.com/sunitram |
| git | https://github.com/martinus |
| web | https://martin.ankerl.com |
| bird | https://twitter.com/sunitram |
| git | https://github.com/martinus |
| web | https://martin.ankerl.com |
After almost 4 years, my #Bitcoin UTXO hashmap improvement finally got merged. 🎉 Sync should be a bit faster with it.
Started August 2019 by tests from @jamesob
in https://github.com/bitcoin/bitcoin/pull/16718#issuecomment-525878177, I first wrote PR 16801, redid it in PR 22702, and redid it again in https://github.com/bitcoin/bitcoin/pull/25325
tl;dr I try swapping out std::unordered_map for a faster third-party implementation where it matters, see something like 15% speedup for initial block download coincident with a 19.3% reduction in ...
Today's #Bitcoin Core PR Review Club is about my PR "Add pool based memory resource", wohoo!
This PR makes especially reindexing faster.
https://bitcoincore.reviews/25325