Yann Collet
|
086b9597d9
|
added ability to split input files for dictionary training
using command -B#
This is the same behavior as benchmark module,
which can also split input into arbitrary size blocks, using -B#.
|
2017-09-14 16:45:10 -07:00 |
Yann Collet
|
3128e03be6
|
updated license header
to clarify dual-license meaning as "or"
|
2017-09-08 00:09:23 -07:00 |
Yann Collet
|
32fb407c9d
|
updated a bunch of headers
for the new license
|
2017-08-18 16:52:05 -07:00 |
Nick Terrell
|
5b7fd7c422
|
[zdict] Make COVER the default algorithm
|
2017-06-26 21:09:22 -07:00 |
Nick Terrell
|
df8415c502
|
Add COVER to the zstd cli
|
2017-01-02 14:43:08 -08:00 |
Yann Collet
|
4ded9e591c
|
added boilerplate
|
2016-08-30 11:06:28 -07:00 |
Yann Collet
|
e69b8ccceb
|
merged `zdict_static.h` into `zdict.h`. Now requires `ZDICT_STATIC_LINKING_ONLY` macro.
|
2016-06-04 18:56:23 +02:00 |
inikep
|
5bee32e349
|
cmake project works with MSYS
|
2016-05-31 13:36:14 +02:00 |
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
Yann Collet
|
6f3acbac0d
|
notificationLevel into ZDICT_param_t
|
2016-02-12 20:19:48 +01:00 |
Yann Collet
|
f4c9d75370
|
dictBuilder => zdict
|
2016-02-12 18:45:02 +01:00 |
Yann Collet
|
71eafdd23f
|
Integrated dictionary builder into zstd cli
|
2016-02-12 02:31:57 +01:00 |