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

Hla 809 chunking #4

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

Hla 809 chunking #4

wants to merge 4 commits into from

Conversation

jacob720
Copy link
Collaborator

@jacob720 jacob720 commented Jan 7, 2025

Added the ability to read and write a PB file in chunks. This may be useful for large files which cannot be loaded into memory all at once. This also allows someone to read just the header and first few lines of a PB file much more efficiently, for example through the aa-print-header entry point.

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 0% with 50 lines in your changes missing coverage. Please review.

Project coverage is 8.27%. Comparing base (2934e56) to head (1429b9d).

Files with missing lines Patch % Lines
src/aa_remove_data/pb_utils.py 0.00% 50 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             main      #4      +/-   ##
=========================================
- Coverage   10.81%   8.27%   -2.54%     
=========================================
  Files           3       3              
  Lines         111     145      +34     
=========================================
  Hits           12      12              
- Misses         99     133      +34     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jacob720 jacob720 force-pushed the HLA-809-chunking branch 2 times, most recently from 73558d8 to 1429b9d Compare January 9, 2025 16:30
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