-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: compressor version and decision to bypass compression * feat: compressor versioning in decompressor * feat: compressor version in snark decompressor * fix: decompressor no compression bug * perf: isBoolean / isCrumb * fix: ReadIntoStream * fix nosec rng * feat: make snark decompressor big endian * revert bring back ReadIntoStream * fix all but the "real data" test * test discovered error in readNum for non-bit granularity * fix numReader bug * style more readable AssertIsCrumb const path * docs: explain AssertIsCrumb * refactor: concentrate settings purego io, ReadIntoStream to return errors * doc explain ReadIntoStream * refactor NewStream to return errors * docs mathfmt * revert: Try[Read|Write]Bits * fix no compression not writing anything
- Loading branch information
Showing
14 changed files
with
336 additions
and
179 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
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.