XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
59 stars 50 forks source link

Use new base58 parser (Version: 2.1.0) #1211

Open godexsoft opened 5 months ago

godexsoft commented 5 months ago

Summary

rippled introduced a new, faster parser for base58: https://github.com/XRPLF/rippled/pull/4327

Motivation

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

cindyyan317 commented 5 months ago

Link with #88