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

Merged
merged 9 commits into from
Feb 8, 2025

Conversation

EmmChriss
Copy link
Contributor

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
Contributor 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.

@EmmChriss EmmChriss requested a review from cberner February 7, 2025 06:19
@EmmChriss
Copy link
Contributor Author

@cberner If these changes look good to you, you can merge

@EmmChriss
Copy link
Contributor Author

Oh wait let me fix mac build first

@cberner cberner merged commit 578f41a into cberner:master Feb 8, 2025
4 checks passed
@EmmChriss EmmChriss deleted the add-fjall-benchmark branch February 9, 2025 05:52
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