-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sidecar: fix issue #396: split response into chunks no bigger than 2^…
…16 samples (#718) * fixes issue #396, split response into chunks no bigger than 2^16 to avoid overflowing XOR compression Signed-off-by: Robert Sullivan <[email protected]> * use single underlying array for chunkSamples * make SplitSamplesIntoChunksWithMaxSizeOfUint16_e2e use 3 chunks
- Loading branch information
1 parent
37afec7
commit b6dcbf5
Showing
2 changed files
with
103 additions
and
9 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