zstd/lib/dictBuilder
Giuseppe Ottaviano 370b751e24 Expose function to add entropy tables to pre-built dictionary.
In some cases a custom dictionary building algorithm tailored for a specific
input can be more effective than the one produced by `ZDICT_trainFromBuffer`,
but with the current API it's not possible encode the entropy tables into the
custom-built dictionary.

This commit extracts the logic to add entropy tables to a dictionary from
`ZDICT_trainFromBuffer` and exposes it as a function
`ZDICT_addEntropyTablesFromBuffer`.
2016-05-30 19:50:09 -07:00
..
divsufsort.c separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
divsufsort.h separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ 2016-04-22 12:43:18 +02:00
zdict.c Expose function to add entropy tables to pre-built dictionary. 2016-05-30 19:50:09 -07:00
zdict.h Expose function to add entropy tables to pre-built dictionary. 2016-05-30 19:50:09 -07:00
zdict_static.h Added : ability to manually select the dictionary ID of a newly created dictionary 2016-05-30 21:18:52 +02:00