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

Feature/faster ccsds offsets #42

Merged
merged 8 commits into from
Feb 20, 2025
Merged

Conversation

ChrisspyB
Copy link
Member

Speed up scanning by reducing compute spent on decoding the data section when all we want are the chunk offsets.

Decoding involves two steps: a call to aec_decode and an additional decoding step (adding a reference value to each value and multiplying by the binary scale factor). This PR speeds up the offsets calculation by not doing this latter step.

Also using this as an opportunity to do some clean up of the decoding code, which has been on the back log for a long time. I would like to do a more significant refactoring later, in a different PR.

@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2025

Codecov Report

Attention: Patch coverage is 79.46667% with 77 lines in your changes missing coverage. Please review.

Project coverage is 68.31%. Comparing base (e1115bf) to head (1fb0312).

Files with missing lines Patch % Lines
src/gribjump/compression/compressors/Ccsds.cc 68.14% 36 Missing ⚠️
src/gribjump/compression/compressors/Simple.cc 70.45% 13 Missing ⚠️
src/gribjump/compression/compressors/Aec.cc 88.46% 9 Missing ⚠️
src/gribjump/compression/NumericCompressor.h 75.00% 8 Missing ⚠️
src/gribjump/compression/Range.cc 63.63% 4 Missing ⚠️
.../gribjump/compression/compressors/SimplePacking.cc 93.87% 3 Missing ⚠️
src/gribjump/compression/compressors/Simple.h 71.42% 2 Missing ⚠️
src/gribjump/compression/compressors/Aec.h 92.30% 1 Missing ⚠️
src/gribjump/compression/compressors/Ccsds.h 93.75% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #42      +/-   ##
===========================================
+ Coverage    61.95%   68.31%   +6.36%     
===========================================
  Files           92       92              
  Lines         4707     4270     -437     
  Branches       502      395     -107     
===========================================
+ Hits          2916     2917       +1     
+ Misses        1791     1353     -438     

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

@ChrisspyB ChrisspyB merged commit 5069a46 into develop Feb 20, 2025
112 checks passed
@ChrisspyB ChrisspyB deleted the feature/faster-ccsds-offsets branch February 20, 2025 18:15
@ChrisspyB ChrisspyB restored the feature/faster-ccsds-offsets branch March 3, 2025 16:22
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.

2 participants