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

feat: add memmap feature to use mmap for scanned files #76

Merged
merged 4 commits into from
Sep 27, 2023
Merged

Conversation

vthib
Copy link
Owner

@vthib vthib commented Sep 26, 2023

Add a new feature, memmap, enabled by default. This adds a new dependency and a new API to scan file using mmap to read from it.

This feature and API is used by default in boreal-cli. An option is added to avoid using mmap.

Add a new feature, `memmap`, enabled by default. This adds a new
dependency and a new API to scan file using mmap to read from it.

This feature and API is used by default in boreal-cli. An option is
added to avoid using mmap.
Enable this lint and fix the two cases where it breaks.
nightly has updated the coverage feature to coverage_attribute.
See rust-lang/rust#114656
@vthib vthib merged commit 414a750 into master Sep 27, 2023
9 checks passed
@vthib vthib deleted the add-memmap branch September 27, 2023 17:03
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.

1 participant