Open adamkrellenstein opened 4 months ago
Do all of the RPC in Rust.
Right now, it looks like this is about 25% of block parsing time, at least around block 650,000:
After this, the next step is https://github.com/CounterpartyXCP/counterparty-core/issues/1961
Looks like it gets to be a huge fraction of the time around block 800,000:
Do all of the RPC in Rust.
Right now, it looks like this is about 25% of block parsing time, at least around block 650,000: