Bitcoin Core implemented benchmark to test base58 and bech32 performances.
The base58 benchmark can be backported "as this", but the bech32 needs to be adapted for cashaddr first.
Bitcoin Core implemented benchmark to test base58 and bech32 performances.
The base58 benchmark can be backported "as this", but the bech32 needs to be adapted for cashaddr first.
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | jasonbcox | T416 October backport session | ||
Resolved | jasonbcox | T419 Backport benchmark related to base58 and bech32 decoding |
base58:
https://github.com/bitcoin/bitcoin/pull/8107/files (already done)
https://github.com/bitcoin/bitcoin/pull/10735/files
bech32 (not actually backporting these; use for reference for cashaddr):
https://github.com/bitcoin/bitcoin/pull/13586/files
https://github.com/bitcoin/bitcoin/pull/13682/files