-
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.
* outline get_unary * work * split to cold version * Get rid of count * Exclude index marker handling, simpler reading * Fix test * Simpler testing for number of stream bits in value * Restore compression_stats and detailed_tracing features, some comments * Fix comment * Format * Energy saving * Iterations number fix Each iteration, although consumes max 7 bits, needs min 8 stream bits in `value` for correct handling, then in the worst case 56 stream bits can sustain max 7 iterations * Removed cold function - the same perf * Correct limits --------- Co-authored-by: Kristof <[email protected]>
- Loading branch information
Showing
2 changed files
with
133 additions
and
84 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