Skip to content
#

coin

Here are 369 public repositories matching this topic...

WalletWasabi
nopara73
nopara73 commented May 19, 2020

GetVerboseBlockInfo uses NBitcoin's SendCommandAsync, which parses the returned JSON with Newtonsoft.

Then our RpcParser parses it again with Newtonsoft.

There're 2 opportunities to improve the performance significantly:

  • Don't parse the JSON twice.
  • Parse the JSON with System.Text.JSON instead.

The performance gain was about 80% when I messed around with it (https://github.

Improve this page

Add a description, image, and links to the coin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.