CounterpartyXCP / counterparty-core

Counterparty Protocol Reference Implementation
http://counterparty.io
MIT License
287 stars 206 forks source link

Port `get_vin_info()` to Rust #1960

Open adamkrellenstein opened 4 months ago

adamkrellenstein commented 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:

image

adamkrellenstein commented 4 months ago

After this, the next step is https://github.com/CounterpartyXCP/counterparty-core/issues/1961

adamkrellenstein commented 4 months ago

Looks like it gets to be a huge fraction of the time around block 800,000:

profile_834290