We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream PRs:
This change consists in avoiding filling the b58 buffer with zeros. The improvement is about 30% - 45%. For example, calling listunspents with my wallet results in 313ms in EncodeBase58 whereas before was 578ms.
This change consists in avoiding filling the b58 buffer with zeros. The improvement is about 30% - 45%.
For example, calling listunspents with my wallet results in 313ms in EncodeBase58 whereas before was 578ms.
Improve DecodeBase58 performance the same way as commit 3252208 did for EncodeBase58. ... That's about 32% decrease for the average time.
The text was updated successfully, but these errors were encountered:
I think we should implement this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Upstream PRs:
The text was updated successfully, but these errors were encountered: