-
Notifications
You must be signed in to change notification settings - Fork 2
WriteBatch::Reserve #136
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
base: master
Are you sure you want to change the base?
WriteBatch::Reserve #136
Conversation
8d19012 to
5182d38
Compare
|
Preallocating the string that's used by levelDB batching results in a ~6% faster dump on average:
Average:
|
|
📊 Benchmark results for this run (13359941665) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/13359941665/index.html after the github pages "build and deployment" action has completed. |
5182d38 to
7fd2804
Compare
|
📊 Benchmark results for this run (13369809214) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/13369809214/index.html after the github pages "build and deployment" action has completed. |
|
📊 Benchmark results for this run (13391173879) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/13391173879/index.html after the github pages "build and deployment" action has completed. |
c556197 to
7862a78
Compare
4393a40 to
7c71513
Compare
|
📊 Benchmark results for this run (13472347706) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/13472347706/index.html after the github pages "build and deployment" action has completed. |
|
📊 Benchmark results for this run (13476270563) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/13476270563/index.html after the github pages "build and deployment" action has completed. |
607732d to
e0dab54
Compare
3b99594 to
4098c1c
Compare
4912c0c to
91b2e42
Compare
This is still available in the testing repo: https://github.com/bitcoin-dev-tools/benchcoin-testing
this just creates needless rebasing. Remove it.
|
📊 Benchmark results for this run (14147466834) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-136/14147466834/index.html after the github pages "build and deployment" action has completed. |
d216dc5 to
7f7e173
Compare
5a6cd85 to
d9d7b46
Compare

Experiment to see the effects of a pre-sized UTXO set write batch.
See related LevelDB PR: google/leveldb#1259