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.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,24 @@ The following options were used:
40
40
41
41
Most files come from the [Silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) compression corpus. The enwik8 comes from the [Hutter Prize](http://prize.hutter1.net/) page.
42
42
43
+
Usage
44
+
-----
45
+
46
+
```
47
+
./x3 [arguments] [input-file] [output-file]
48
+
```
49
+
50
+
Arguments :
51
+
52
+
-`-d` : force decompression
53
+
-`-z` : force compression
54
+
-`-f` : overwrite existing output file
55
+
-`-k` : keep (don't delete) input file (default)
56
+
-`-h` : print this message
57
+
-`-t NUM` : maximum number of matches (affects compression ratio and speed)
58
+
-`-w NUM` : window size (in kilobytes, affects compression ratio and speed)
0 commit comments