Files
bitcoin/src
Pieter Wuille b75574a653 clusterlin: improve TxData::dep_top_idx type (optimization)
The combined size of TxData::dep_top_idx can be 16 KiB with 64
transactions and SetIdx = uint32_t. Use a smaller type where possible to
reduce memory footprint and improve cache locality of m_tx_data.

Also switch from an std::vector to an std::array, reducing allocation
overhead and indirections.
2026-02-17 09:04:36 -05:00
..
2026-02-05 13:46:14 +00:00
2026-02-03 11:19:01 +01:00
2026-01-22 10:35:14 -05:00
2026-02-02 17:22:31 +00:00