-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `as` casting while compressing * Remove `dict_size` * Move some floating numbers to constants * fmt * Make input buffer part of `CompressContext` * Remove wc from ctx * Use slices instead of vecs for compression * Make `compress_internal` operate on arrays * Make `dictionary_to_create` use chars instead of slices * Preallocate more space for output * Change `enlarge_in` size
- Loading branch information
1 parent
735e012
commit 50b0435
Showing
3 changed files
with
134 additions
and
76 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