Yann Collet
|
3128e03be6
|
updated license header
to clarify dual-license meaning as "or"
|
2017-09-08 00:09:23 -07:00 |
|
Dmitriy Titarenko
|
20f715d709
|
Fix displayLevel overflow
|
2017-08-23 15:56:15 +05: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 |
|
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 |
|
Nick Terrell
|
9a54a315aa
|
[cover] Convert score to U32 and check for zero
|
2017-08-21 13:30:07 -07:00 |
|
Nick Terrell
|
d49eb40c03
|
[cover] Stop when segmentSize is less than d
|
2017-08-21 13:10:03 -07:00 |
|
Nick Terrell
|
f306d400c0
|
[cover] Fix divide by zero
|
2017-08-21 11:12:11 -07:00 |
|
Yann Collet
|
32fb407c9d
|
updated a bunch of headers
for the new license
|
2017-08-18 16:52:05 -07:00 |
|
Yann Collet
|
b71363b967
|
check pthread_*_init() success condition
|
2017-07-19 01:05:40 -07:00 |
|
Nick Terrell
|
5b7fd7c422
|
[zdict] Make COVER the default algorithm
|
2017-06-26 21:09:22 -07:00 |
|
Nick Terrell
|
f376d47c11
|
[CLI] Switch dictionary builder on CLI to cover
|
2017-05-02 11:18:27 -07:00 |
|
Nick Terrell
|
020b960e13
|
[cover] Make optimization faster
|
2017-05-02 11:02:48 -07:00 |
|
Nick Terrell
|
f2d9ef1dc0
|
[cover] Optimize case where d <= 8
|
2017-05-02 11:02:43 -07:00 |
|
Sean Purcell
|
042ba122ae
|
Change g_displayLevel to int and fix DISPLAYUPDATE flush
|
2017-03-23 11:21:59 -07:00 |
|
Nick Terrell
|
976e325b2e
|
Fix COVER_optimizeTrainFromBuffer() resource leaks
Thanks to @nemequ for reporting the resource leaks.
|
2017-03-02 15:54:39 -08:00 |
|
Nick Terrell
|
71c5263c00
|
Attribute cover dictionary code
|
2017-02-07 11:35:07 -08:00 |
|
Nick Terrell
|
2fe9126591
|
Add multithread support to COVER
|
2017-01-27 11:56:02 -08:00 |
|
Nick Terrell
|
555e281637
|
Handle large input size in 32-bit mode correctly
|
2017-01-09 18:20:06 -08:00 |
|
Nick Terrell
|
3a1fefcf00
|
Simplify COVER parameters
|
2017-01-02 17:51:38 -08:00 |
|
Nick Terrell
|
96b39f65fa
|
Add COVER dictionary builder
|
2017-01-02 13:22:51 -08:00 |
|