-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Partial/incremental decompression of clusters #411
Closed
Closed
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3dc7700 - Browse repository at this point
Copy the full SHA 3dc7700View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed7ade - Browse repository at this point
Copy the full SHA eed7adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff249c7 - Browse repository at this point
Copy the full SHA ff249c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d344009 - Browse repository at this point
Copy the full SHA d344009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c46d28 - Browse repository at this point
Copy the full SHA 9c46d28View commit details -
CompressedCluster got its own collection of blobs. The latter is filled by simply breaking down the fully uncompressed data with the help of ReaderDataStreamWrapper.
Configuration menu - View commit details
-
Copy full SHA for 56505a5 - Browse repository at this point
Copy the full SHA 56505a5View commit details -
CompressedCluster is fully read via IDataStream
However the IDataStream object used at this point is still a ReaderDataStreamWrapper reading from the fully uncompressed data.
Configuration menu - View commit details
-
Copy full SHA for eaf0aed - Browse repository at this point
Copy the full SHA eaf0aedView commit details -
Cluster is now an abstract base class for NonCompressedCluster and CompressedCluster.
Configuration menu - View commit details
-
Copy full SHA for a9f2fde - Browse repository at this point
Copy the full SHA a9f2fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c1326 - Browse repository at this point
Copy the full SHA 34c1326View commit details -
Streaming decompression of clusters
From now on, compressed clusters are decompressed using the streaming decompression (DecodedDataStream) API. However, a cluster is fully decompressed (i.e. all blobs are extracted and stored inside the cluster).
Configuration menu - View commit details
-
Copy full SHA for 757cd27 - Browse repository at this point
Copy the full SHA 757cd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac857be - Browse repository at this point
Copy the full SHA ac857beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2a7b9 - Browse repository at this point
Copy the full SHA 1c2a7b9View commit details
Commits on Sep 5, 2020
-
DecodedDataStreamTest.largeCompressedData
Added a unit-test covering the scenario where the loop body in `DecodedDataStream::readImpl()` has to be executed more than once.
Configuration menu - View commit details
-
Copy full SHA for 1ac51bd - Browse repository at this point
Copy the full SHA 1ac51bdView commit details
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.