Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SOCKS5 proxy support #126

Closed
wants to merge 20 commits into from
Closed

Remove SOCKS5 proxy support #126

wants to merge 20 commits into from

Conversation

* First, we take the size of the walletdb and set our initial mmap
  size to (current size * 2) - this will reduces the amount of
  re-mapping that needs to be done at doubling and also reduces
  memory fragmentation - actual results is less memory usage, though higher usage initially.

* Also enable the NoFreelistSync option to not sync the freelist to
  disk, which has a massive improvement on write performance.

* Combined, tests on a Gridnode show a 250% gain.

* Updated Neutrino and wallettool for the new API, also the GoDocs and
  README.md
This update fixes the following issues:

* Fix errors reading integers from chunked io.Reader: json-iterator/go@6821bec
* Fix JSONiter to work properly with nil RawMessage: json-iterator/go@5bce16d
* Fix behavior with null in number JSON tag string: json-iterator/go@35c32cc
@johnsonjh
Copy link
Author

Ugh

@johnsonjh johnsonjh closed this Oct 31, 2020
@johnsonjh
Copy link
Author

Way to much of a PITA merge and rebase - I'll wait until you apply some of these or not.

@johnsonjh johnsonjh deleted the nosocks branch October 31, 2020 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant