Skip to content
New issue

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

Fast base58 codec #4327

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Fast base58 codec #4327

merged 1 commit into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. Fast base58 codec: (XRPLF#4327)

    This algorithm is about an order of magnitude faster than the existing
    algorithm (about 10x faster for encoding and about 15x faster for
    decoding - including the double hash for the checksum). The algorithms
    use gcc's int128 (fast MS version will have to wait, in the meantime MS
    falls back to the slow code).
    seelabs committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ffc2be6 View commit details
    Browse the repository at this point in the history