Skip to content

Commit 79c8e41

Browse files
committed
version 15
1 parent fef0a48 commit 79c8e41

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
cmix version 14
1+
cmix version 15
22
http://www.byronknoll.com/cmix.html
3-
Released by Byron Knoll on October 20, 2017.
3+
Released by Byron Knoll on May 5, 2018.
44

55
cmix is a lossless data compression program aimed at optimizing compression ratio at the cost of high CPU/memory usage. cmix is free software distributed under the GNU General Public License.
66

@@ -16,6 +16,13 @@ For some files, preprocessing using "precomp" may improve compression: https://g
1616

1717
Compiling with "-Ofast" will have the fastest performance, but might lead to incompatibility between different computers (due to floating-point precision differences). Compile with "-O3" to fix compatibility issues.
1818

19+
Changes from version 14 to version 15:
20+
- Improvements ported from paq8px and paq8pxd
21+
- Enabled pretraining
22+
- LSTM tuning
23+
- Context mixer improvements
24+
- Memory tuning
25+
1926
Changes from version 13 to version 14:
2027
- LSTM performance optimizations and tuning
2128
- Changes from Márcio Pais: improved preprocessing and many PAQ8 model improvements

0 commit comments

Comments
 (0)