]> Untitled Git - bdk/commit
refactor(chain): `KeychainTxOutIndex` use `HashMap` for fields
author志宇 <hello@evanlinjin.me>
Wed, 12 Jun 2024 11:10:52 +0000 (19:10 +0800)
committer志宇 <hello@evanlinjin.me>
Thu, 13 Jun 2024 14:52:47 +0000 (22:52 +0800)
commitc77e12bae7f465ec7fb08b8be16d99793c757cf0
tree32a8e293d0da368ea70fbb2ddb0fd556a6306f5f
parent4d3846abf4f59b4a97bb825281655a6b67275603
refactor(chain): `KeychainTxOutIndex` use `HashMap` for fields

Instead of `BTreeMap` which is less performant.
crates/chain/src/keychain/txout_index.rs