-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shorter blocks and consistent file (#112)
* Shorter blocks * Carousseling of different thread's blocks into Lepton file Makes Lepton file consistent between runs and helps for decoding of files transferred over slow channels * Carouseling from 0 * Optimization of writer Carouseling effectively mixes blocks, so we can exclude old mixing mechanism that checks length after each stream bit pushing - ~3 % faster * Assert and some comments * Faster writing during decoding - flush_non_final_data each row * Apply review round 1 * Revew round 1 - revert bool writer changes * Removed flush_non_final_data chack after each bit * Fix for 0-sized buffer
- Loading branch information
Showing
3 changed files
with
98 additions
and
30 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