common/hexutil: improve performance of EncodeBig (#23780)
- use Text instead of fmt.Sprintf - reduced allocs from 6 to 2 - improved speed
Showing
Please register or sign in to comment
- use Text instead of fmt.Sprintf - reduced allocs from 6 to 2 - improved speed