You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+9-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
cmix version 14
1
+
cmix version 15
2
2
http://www.byronknoll.com/cmix.html
3
-
Released by Byron Knoll on October 20, 2017.
3
+
Released by Byron Knoll on May 5, 2018.
4
4
5
5
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.
6
6
@@ -16,6 +16,13 @@ For some files, preprocessing using "precomp" may improve compression: https://g
16
16
17
17
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.
18
18
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
+
19
26
Changes from version 13 to version 14:
20
27
- LSTM performance optimizations and tuning
21
28
- Changes from Márcio Pais: improved preprocessing and many PAQ8 model improvements
0 commit comments