-
Notifications
You must be signed in to change notification settings - Fork 152
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
Compression updates v2 #511
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #511 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 6 +1
Lines 319 341 +22
=========================================
+ Hits 319 341 +22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@alphmth - how would we separate this out so that serialize, deserialized could exist without being part of the compression package or maybe an option that if those functions exist we use it otherwise we use what is set? |
@jaredwray In the |
@alphmth - this is starting to come together. One other thought is to create another export of the test-suite library that does validation of the compression packages so third parties can do that. Can you add that in? |
@jaredwray do we need to add
|
Lets go with the current architecture for right now and then will take feedback. |
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
compression updates