diff options
author | Martin Leitner-Ankerl <martin.ankerl@gmail.com> | 2022-06-11 11:27:38 +0200 |
---|---|---|
committer | Martin Leitner-Ankerl <martin.ankerl@gmail.com> | 2023-03-23 19:38:38 +0100 |
commit | 9f947fc3d4b779f017332135323b34e8f216f613 (patch) | |
tree | 49244aeb19a2d6cf2f76eb75bf384bd6c6b31b96 /.style.yapf | |
parent | 5e4ac5abf54f8e6d6330df0c73119aa0cca4c103 (diff) |
Use PoolAllocator for CCoinsMap
In my benchmarks, using this pool allocator for CCoinsMap gives about
20% faster `-reindex-chainstate` with -dbcache=5000 with practically the
same memory usage. The change in max RSS changed was 0.3%.
The `validation_flush_tests` tests need to be updated because
memory allocation is now done in large pools instead of one node at a
time, so the limits need to be updated accordingly.
Diffstat (limited to '.style.yapf')
0 files changed, 0 insertions, 0 deletions