Skip to content

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 6 times, most recently from 0a5882c to 086024e Compare January 24, 2026 02:51
@willcl-ark willcl-ark force-pushed the master branch 8 times, most recently from 4f67304 to 62ebc6b Compare February 1, 2026 03:45
@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from 0da3bb4 to f70bb2a Compare February 9, 2026 03:39
@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from dc871f9 to 9763322 Compare February 17, 2026 03:31
@willcl-ark willcl-ark force-pushed the master branch 2 times, most recently from b916666 to 764baeb Compare February 19, 2026 03:33
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