zstd/lib/dictBuilder
Yann Collet e8093dde09 fixed #304
Pathological samples may result in literal section being incompressible.
This case is now detected,
and literal distribution is replaced by one that can be written into the dictionary.
2018-01-11 11:16:32 -08:00
..
cover.c added a test case for dictBuilder failure 2018-01-11 09:42:38 -08:00
divsufsort.c separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
divsufsort.h fixed multiple minor warnings for XCode 2016-08-26 01:43:47 +02:00
zdict.c fixed #304 2018-01-11 11:16:32 -08:00
zdict.h added a test case for dictBuilder failure 2018-01-11 09:42:38 -08:00