-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bench(snapshots): mmap reader #4585
Conversation
Codecov Report
... and 400 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Interesting to know how does it compare overall to querying them from mdbx |
closing as we never intended to merge this bench |
Description
Tests for clarifying the functionality of
memmap2
crate.Benches for comparing the speed of simple file & mmap readers.
Benchmarks will be included soon