Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-01 | Switch from per-tx to per-txout CCoinsViewCache methods in some places | Pieter Wuille | |
2016-10-18 | Add microbenchmarks to profile more code paths. | Russell Yanofsky | |
The new benchmarks exercise script validation, CCoinsDBView caching, mempool eviction, and wallet coin selection code. All of the benchmarks added here are extremely simple and don't necessarily mirror common real world conditions or interesting performance edge cases. Details about how specific benchmarks can be improved are noted in comments. Github-Issue: #7883 |