This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jorgecarleitao
added
feature
A new feature
investigation
Issues or PRs that are investigations. Prs may or may not be merged.
labels
Jul 31, 2022
Codecov Report
@@ Coverage Diff @@
## main #1197 +/- ##
==========================================
+ Coverage 83.28% 83.50% +0.22%
==========================================
Files 366 368 +2
Lines 36763 37554 +791
==========================================
+ Hits 30617 31359 +742
- Misses 6146 6195 +49
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
ritchie46
reviewed
Jul 31, 2022
ritchie46
reviewed
Jul 31, 2022
jorgecarleitao
force-pushed
the
mmap
branch
3 times, most recently
from
August 1, 2022 21:57
807c98f
to
e2f7a38
Compare
jorgecarleitao
changed the title
Draft - Added support to mmap IPC format
Added support to mmap IPC format
Aug 3, 2022
jorgecarleitao
removed
the
investigation
Issues or PRs that are investigations. Prs may or may not be merged.
label
Aug 4, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for memory mapping (uncompressed) IPC files into arrays, thereby avoiding data reads.