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

Add fjall 2.5 to benchmark suite #944

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

EmmChriss
Copy link

I was curious about how redb fairs against fjall.

Others might be as well

benches/common.rs Outdated Show resolved Hide resolved
benches/common.rs Outdated Show resolved Hide resolved
@EmmChriss EmmChriss requested a review from cberner February 4, 2025 06:50
@EmmChriss
Copy link
Author

Anything to fix/change? @marvin-j97

@marvin-j97
Copy link
Contributor

Anything to fix/change? @marvin-j97

You are not setting the block cache, so it will repeatedly decompress read data.

Also you disabled compression (because the feature flag is not set), while RocksDB uses the default compression (snappy). I would probably set both to LZ4.

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.

3 participants