Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richgel999 authored Apr 26, 2023
1 parent 9c9ef00 commit 462c04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Running `sserangecoding` with no command line parameters will load book1 from th

`sserangecoding c in_file cmp_file` will compress in_file to out_file using order-0 range coding.

`sserangecoding d cmp_file out_file` will decompress cmp_file to out_file using order-0 range coding. A CRC-32 check (which isn't very fast) is used to verify the decompressed data.
`sserangecoding d cmp_file out_file` will decompress cmp_file to out_file using order-0 range coding. A CRC-32 check (which isn't very fast) is used to verify the decompressed data. The test app is not intended to be a good file compressor: it stores 256 scaled 16-bit symbol frequencies to the compressed file (512 bytes of overhead). The goal is to prove that this codec works and facilitate automated fuzz testing.

## Usage

Expand Down

0 comments on commit 462c04a

Please sign in to comment.