Skip to content

LevelDB: Optimize leveldb block seeks to utilize the current iterator location#158

Draft
l0rinc wants to merge 15 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached200
Draft

LevelDB: Optimize leveldb block seeks to utilize the current iterator location#158
l0rinc wants to merge 15 commits intobitcoin-dev-tools:masterfrom
l0rinc:detached200

Conversation

@l0rinc
Copy link
Copy Markdown
Collaborator

@l0rinc l0rinc commented Apr 4, 2025

google/leveldb@8cce47e

Optimize leveldb block seeks to utilize the current iterator location.
This is beneficial when iterators are reused and seeks are not random
but increasing. It is additionally beneficial with larger block sizes and keys with common prefixes.

@l0rinc l0rinc changed the title Optimize leveldb block seeks to utilize the current iterator location LevelDB: Optimize leveldb block seeks to utilize the current iterator location Apr 4, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 4, 2025

📊 Benchmark results for this run (14262291777) will be available at: https://bitcoin-dev-tools.github.io/benchcoin/results/pr-158/14262291777/index.html after the github pages "build and deployment" action has completed.
🚀 Speedups: mainnet-default-uninstrumented: -0.5%, mainnet-large-uninstrumented: -0.5%

@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from d216dc5 to 7f7e173 Compare October 29, 2025 02:02
@willcl-ark willcl-ark force-pushed the master branch 5 times, most recently from ec1c504 to 5a6cd85 Compare December 10, 2025 09:12
@willcl-ark willcl-ark force-pushed the master branch 6 times, most recently from 0a5882c to 086024e Compare January 24, 2026 02:51
@willcl-ark willcl-ark force-pushed the master branch 8 times, most recently from 4f67304 to 62ebc6b Compare February 1, 2026 03:45
@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from 0da3bb4 to f70bb2a Compare February 9, 2026 03:39
@willcl-ark willcl-ark force-pushed the master branch 7 times, most recently from dc871f9 to 9763322 Compare February 17, 2026 03:31
@willcl-ark willcl-ark force-pushed the master branch 2 times, most recently from b916666 to 764baeb Compare February 19, 2026 03:33
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.

2 participants