Enhanced efficiency and readability of CCoinsViewCache::FetchCoin by replacing separate find() and emplace() calls with a single try_emplace(), reducing map lookups and potential insertions.
This is a backport of core#30326
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCbf2683f2509c: Reduce cache lookups in CCoinsViewCache::FetchCoin
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pr30326
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 35171 Build 69800: Build Diff build-diff · lint-circular-dependencies · build-clang · build-debug · build-clang-tidy · build-without-wallet Build 69799: arc lint + arc unit