You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like nothing to do in Clio in order to support this.
The fast algorithm is automatically used when compiled outside of MSVC (relies on __int128 found in both gcc and clang).
Clio already uses libxrpl's base58 functions and does not use other 3rd party library for this nor introduces a custom parser for base58.
Summary
rippled
introduced a new, faster parser for base58: XRPLF/rippled#4327Motivation
15x faster than the previous implementation. It shows about 10% speedup for RPC commands in
rippled
and should be for Clio too.Solution
Use the new parser.
Paths Not Taken
The text was updated successfully, but these errors were encountered: