Skip to content
#

tor

Here are 877 public repositories matching this topic...

Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.

  • Updated Aug 5, 2020
  • Shell
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 tor 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 tor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.