Yann Collet
|
a0d742b1e4
|
introduced HUF_buildCTable_wksp(), to reduce stack memory usage
|
2016-12-01 17:47:30 -08:00 |
|
Yann Collet
|
643d9a234b
|
replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space in the process
|
2016-12-01 16:24:04 -08:00 |
|
Yann Collet
|
e928f7e16d
|
introduced ext_wksp variants of count to reduce stack memory usage
|
2016-12-01 16:13:35 -08:00 |
|
Yann Collet
|
5e00b848a8
|
FSE_compress_wksp() uses less stack space
|
2016-11-30 16:46:13 -08:00 |
|
Yann Collet
|
d79a9a00d9
|
Introduced FSE_compress_wksp() and FSE_buildCTable_wksp() to reduce stack memory usage
|
2016-11-30 15:52:20 -08:00 |
|
Yann Collet
|
197a55ee7b
|
fix edge case
|
2016-10-18 11:27:52 -07:00 |
|
Yann Collet
|
1563bfeabc
|
fixing FORCE_INLINE for older compilers (#330)
|
2016-09-02 11:44:21 -07:00 |
|
David Lam
|
e10f7f3dcb
|
merge
|
2016-08-30 12:03:36 -07:00 |
|
Yann Collet
|
14200a20f0
|
Fixed issue #304, reported by @borzunov
|
2016-08-30 06:51:00 -07:00 |
|
David Lam
|
da9d3b7057
|
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c
|
2016-08-29 17:31:51 -07:00 |
|
Yann Collet
|
38b75ddeb2
|
removed special case all-1 huffman distribution
|
2016-07-24 15:35:59 +02:00 |
|
Yann Collet
|
7ed5e33b89
|
minor comment changes
|
2016-07-24 14:26:11 +02:00 |
|
Yann Collet
|
98c8884999
|
added target zstd in root Makefile
|
2016-07-15 16:12:38 +02:00 |
|
Yann Collet
|
5e80dd3261
|
fixed minor coverity warnings
|
2016-07-13 19:21:57 +02:00 |
|
Yann Collet
|
d0e2cd15cb
|
Merged fse_static into fse.h . Now requires FSE_STATIC_LINKING_ONLY macro.
|
2016-06-05 00:58:01 +02:00 |
|
Yann Collet
|
130fe11394
|
merged huf_static.h into huf.h . Requires HUF_STATIC_LINKING_ONLY macro.
|
2016-06-05 00:42:28 +02:00 |
|
inikep
|
36fac00149
|
removed calloc calls from lib/
|
2016-06-03 13:23:04 +02:00 |
|
Yann Collet
|
f22a0d653d
|
huff0 dynamic reduction
|
2016-05-20 14:36:36 +02:00 |
|
klemens
|
268775dae8
|
spelling-fixes, as of lintian.debian.org
|
2016-05-16 22:23:24 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|