-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: finish up variable-length encodings in the full-zip path (#3344)
This adds the last structural path for 2.1, full zip encoding of variable length data. Scheduling this turned out to be a little trickier than I had planned. There is no easy way to know where to slice the fully-zipped buffer when doing decoding. Currently we settle this problem by unzipping in the indirect scheduling task. There are some alternative possibilities that I have documented but for now I think this will be good enough and we can iterate on this going forwards.
- Loading branch information
1 parent
6432a6b
commit 5a92d31
Showing
13 changed files
with
811 additions
and
196 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.