diff options
author | willcl-ark <will@256k1.dev> | 2023-05-22 10:46:36 +0100 |
---|---|---|
committer | willcl-ark <will@256k1.dev> | 2023-05-23 13:44:07 +0100 |
commit | 59c89447499bd9d6202269879555b8bc37373aa2 (patch) | |
tree | 448fb64a1f5f4c67c4a028de9385194710be1d47 /doc/bips.md | |
parent | 22139f6e83a2bedd2dad9f280567d2c76c54252f (diff) |
build: disable boost multi index safe mode
Disable boost multi index safe mode by default when configuring with
--enable-debug.
This option can cause transactions to take a long time to be accepted
into the mempool under certain conditions; iterator destruction takes
O(n) time vs O(1) as they are stored in a singly linked list. See
27586 for more information.
Re-enable it on the CI builds which previously had it enabled.
Re-enable it on the msan fuzz target so that we have fuzz tasks testing
with it enabeld and disabled in this repo.
Diffstat (limited to 'doc/bips.md')
0 files changed, 0 insertions, 0 deletions