Skip to content

Commit

Permalink
version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
byronknoll committed Aug 2, 2019
1 parent cd57574 commit 9f6489a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmix version 17
Released by Byron Knoll on March 24, 2019.
cmix version 18
Released by Byron Knoll on August 1, 2019.
http://www.byronknoll.com/cmix.html
https://github.com/byronknoll/cmix

Expand All @@ -15,6 +15,9 @@ For some files, preprocessing using "precomp" may improve compression: https://g

Compile with "-Ofast -march=native" for fastest performance. These compiler options might lead to incompatibility between different computers due to floating-point precision differences. Compile with "-O3" to fix compatibility issues (at the cost of slower performance).

Changes from version 17 to version 18:
- LSTM improvements

Changes from version 16 to version 17:
- New dictionary from phda 2017 November release
- Rewrote WRT dictionary preprocessor
Expand Down
2 changes: 1 addition & 1 deletion src/runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace {
}

int Help() {
printf("cmix version 17\n");
printf("cmix version 18\n");
printf("Compress:\n");
printf(" with dictionary: cmix -c [dictionary] [input] [output]\n");
printf(" without dictionary: cmix -c [input] [output]\n");
Expand Down

0 comments on commit 9f6489a

Please sign in to comment.