Nick Terrell
|
26dc040a7b
|
[pool] Accept custom allocators
|
2017-08-24 17:01:41 -07:00 |
Nick Terrell
|
89dc856cae
|
[pool] Fix formatting
|
2017-08-24 16:48:32 -07:00 |
Stella Lau
|
15fdeb9e41
|
Enforce nbThreads<=1 for estimateCCtxSize
|
2017-08-24 16:28:49 -07:00 |
Nick Terrell
|
376f435914
|
[dictBuilder] Set default compression level to 3
|
2017-08-24 16:21:05 -07:00 |
Stella Lau
|
2fbf0285b2
|
Fix interaction with ZSTD_setCCtxParameter() and cleanup
|
2017-08-24 11:25:41 -07:00 |
Stella Lau
|
fd9bf42516
|
Fix forceWindow and dictMode setting for zstdmt jobs
|
2017-08-23 19:16:57 -07:00 |
Stella Lau
|
bf3108fb50
|
Ensure zstdmt uses 'job version' of cctx parameters
|
2017-08-23 17:03:31 -07:00 |
Stella Lau
|
1c81f725ff
|
Remove duplicated testing code
|
2017-08-23 15:47:15 -07:00 |
Stella Lau
|
64ce49426b
|
Fix cstream compression level
|
2017-08-23 12:30:47 -07:00 |
Stella Lau
|
5bc2c1e982
|
Add prototype support for customMem with cctxParams
|
2017-08-23 12:03:30 -07:00 |
Yann Collet
|
e9ce1208a1
|
Merge pull request #812 from facebook/longRangeFix
fixed extraordinary scenario where all fields use maximum nbBits
|
2017-08-23 11:35:28 -07:00 |
Yann Collet
|
74cde5a4d8
|
Merge pull request #813 from stellamplau/highbit32fix
Fix undefined behavior when srcSize==1
|
2017-08-23 11:31:06 -07:00 |
Yann Collet
|
f7a09dd679
|
Merge pull request #814 from dscheg/dev
Fix displayLevel overflow
|
2017-08-23 11:30:45 -07:00 |
Stella Lau
|
6f1a21c7e9
|
Remove formatting-only changes
|
2017-08-23 10:24:19 -07:00 |
Dmitriy Titarenko
|
20f715d709
|
Fix displayLevel overflow
|
2017-08-23 15:56:15 +05:00 |
Stella Lau
|
11303778d0
|
Add function to make cctxParams from ZSTD_parameters
|
2017-08-22 14:53:13 -07:00 |
Yann Collet
|
bd9c8ca146
|
Merge pull request #811 from terrelln/segmentSize
[cover] Fix end condition for small dictionary
|
2017-08-22 14:36:30 -07:00 |
Stella Lau
|
23fc0e41fa
|
Remove 'opaque' naming from internal functions
|
2017-08-22 14:24:47 -07:00 |
Stella Lau
|
8fd1636776
|
Remove unused functions
|
2017-08-22 13:33:58 -07:00 |
Yann Collet
|
6b2b6a9bd5
|
fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously
can only happen if windowLog>=27 (level 22 --ultra)
|
2017-08-22 12:09:21 -07:00 |
Stella Lau
|
e50ed1fa3a
|
Fix undefined behavior when srcSize==1
|
2017-08-22 11:55:42 -07:00 |
Stella Lau
|
60e1bc617c
|
Explicitly create a job cctxParam for multithreading
|
2017-08-21 15:39:37 -07:00 |
Stella Lau
|
5b956f4753
|
Comment out CCtx_param versions of CDict functions
|
2017-08-21 14:49:16 -07:00 |
Nick Terrell
|
29c2d9a4d0
|
[cover] Turn down notification for ZDICT subroutines
|
2017-08-21 14:28:31 -07:00 |
Nick Terrell
|
98de3f6847
|
[cover] Add dictionary size to compressed size
|
2017-08-21 14:23:17 -07:00 |
Yann Collet
|
78c3d16bf4
|
Merge pull request #809 from terrelln/dev
[cover] Fix divide by zero
|
2017-08-21 13:33:19 -07:00 |
Nick Terrell
|
9a54a315aa
|
[cover] Convert score to U32 and check for zero
|
2017-08-21 13:30:07 -07:00 |
Stella Lau
|
fd8a25786e
|
Check parameters are valid in initCCtxParams
|
2017-08-21 13:23:35 -07:00 |
Stella Lau
|
1c0dbe81b1
|
Add documentation for CCtx_params
|
2017-08-21 13:18:00 -07:00 |
Nick Terrell
|
d49eb40c03
|
[cover] Stop when segmentSize is less than d
|
2017-08-21 13:10:03 -07:00 |
Stella Lau
|
939f954285
|
Pass ZSTD_CCtx_params as const ptr when possible
|
2017-08-21 12:57:18 -07:00 |
Stella Lau
|
73c73bf16a
|
Reduce code duplication in zstreamtest
|
2017-08-21 12:41:19 -07:00 |
Stella Lau
|
560b34f6d2
|
Return error code when initializing NULL cctxParams
|
2017-08-21 11:52:26 -07:00 |
Stella Lau
|
25be09c6b4
|
Set some parameters to zero before initializing cdict
|
2017-08-21 11:35:46 -07:00 |
Yann Collet
|
232d62b637
|
fixed a few headers that were too hastily copy/pasted during last license change
|
2017-08-21 11:24:32 -07:00 |
Nick Terrell
|
3587556873
|
[cover] Test small maxdict
|
2017-08-21 11:16:47 -07:00 |
Nick Terrell
|
f306d400c0
|
[cover] Fix divide by zero
|
2017-08-21 11:12:11 -07:00 |
Stella Lau
|
502031ca10
|
Use cctxParam version of createCDict internally
|
2017-08-21 11:00:44 -07:00 |
Stella Lau
|
91b30dbe84
|
Remove test parameter
|
2017-08-21 10:09:06 -07:00 |
Stella Lau
|
f181f33bdf
|
Disable tests and refactor
|
2017-08-21 01:59:08 -07:00 |
Stella Lau
|
023b24e6d4
|
Add cctx param tests
|
2017-08-20 22:55:07 -07:00 |
Yann Collet
|
4912fc2acc
|
updated NEWS for v1.3.1
|
2017-08-20 11:45:58 -07:00 |
Yann Collet
|
5cabae98ae
|
Merge pull request #805 from facebook/huffmanDoc
fix #803 : wrong example in huffman bitstream section
|
2017-08-20 10:40:29 -07:00 |
Yann Collet
|
e8d35cc5e9
|
minor formulation change, recommended by @ulikunitz
|
2017-08-20 10:39:20 -07:00 |
Yann Collet
|
d6394cc4c3
|
fixed test-zstd-nolegacy
|
2017-08-20 10:15:44 -07:00 |
Yann Collet
|
81ec9efd4c
|
Merge pull request #806 from facebook/printVersion
cli : Display supported formats on -vV command
|
2017-08-19 22:25:01 -07:00 |
Yann Collet
|
ff167705e6
|
Merge pull request #807 from facebook/poolQueue0
reduced pool queue to 0 to save memory
|
2017-08-19 22:24:42 -07:00 |
Yann Collet
|
7db552676e
|
reduced pool queue to 0 to save memory
fixed : pool performance when jobs are fires fast and queueSize==0
|
2017-08-19 15:07:54 -07:00 |
Yann Collet
|
1c108c811e
|
cli : Display supported formats on -vV command
Requested and inspired by patch from @ib (#771)
|
2017-08-19 13:33:50 -07:00 |
Yann Collet
|
d0d06e421f
|
added alternative representation for huffman bistream
|
2017-08-19 12:26:09 -07:00 |