Skip to content

Comments

Use boost::unordered_node_map for CCoinsMap#155

Draft
l0rinc wants to merge 17 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached189
Draft

Use boost::unordered_node_map for CCoinsMap#155
l0rinc wants to merge 17 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached189

Conversation

@l0rinc
Copy link
Collaborator

@l0rinc l0rinc commented Mar 25, 2025

bitcoin#32128

boost::unordered_node_map is a highly optimized hashmap, available since boost 1.82, that is API compatible to std::unordered_map for our use case. It also can use the existing PoolAllocator.

@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from 3ae210c to 46bb65b Compare January 28, 2026 02:59
@willcl-ark willcl-ark force-pushed the master branch 6 times, most recently from 84c2b9e to 89c44f3 Compare February 4, 2026 03:28
@willcl-ark willcl-ark force-pushed the master branch 8 times, most recently from f56ba17 to 806bf25 Compare February 11, 2026 23:00
@willcl-ark willcl-ark force-pushed the master branch 6 times, most recently from b916666 to 764baeb Compare February 19, 2026 03:33
@willcl-ark willcl-ark force-pushed the master branch 3 times, most recently from d6be3ec to 1bc1f6c Compare February 22, 2026 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants