| Commit message (Expand) | Author | Age | Files | Lines |
* | added code comments | Yann Collet | 2017-11-09 | 1 | -1/+6 |
|
|
* | added constant TRAILING_LITERALS | Yann Collet | 2017-11-09 | 1 | -5/+6 |
|
|
* | lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch() | Yann Collet | 2017-11-09 | 1 | -20/+11 |
|
|
* | removed the ip++ at the beginning of block | Yann Collet | 2017-11-08 | 1 | -1/+0 |
|
|
* | minor comment edit | Yann Collet | 2017-11-03 | 1 | -7/+6 |
|
|
* | moved ctx->end handling from parsers | Yann Collet | 2017-11-03 | 1 | -1/+0 |
|
|
* | removed ctx->searchNum | Yann Collet | 2017-11-03 | 1 | -6/+8 |
|
|
* | LZ4_compress_HC_continue_destSize() now compatible with optimal parser | Yann Collet | 2017-11-03 | 1 | -5/+5 |
|
|
* | removes matches[] table | Yann Collet | 2017-11-03 | 1 | -73/+67 |
|
|
* | removed useless parameter from hash chain matchfinder | Yann Collet | 2017-11-03 | 1 | -5/+4 |
|
|
* | removed code and reference to binary tree match finder | Yann Collet | 2017-11-03 | 1 | -122/+2 |
|
|
* | improved level 11 speed | Yann Collet | 2017-11-03 | 1 | -2/+4 |
|
|
* | optimized skip strategy for level 12 | Yann Collet | 2017-11-03 | 1 | -3/+6 |
|
|
* | more generic skip formula | Yann Collet | 2017-11-03 | 1 | -13/+4 |
|
|
* | small adaptations for intermediate level 11 | Yann Collet | 2017-11-02 | 1 | -6/+5 |
|
|
* | partial search, while preserving compression ratio | Yann Collet | 2017-11-02 | 1 | -0/+14 |
|
|
* | searching match leading strictly farther does not work | Yann Collet | 2017-11-02 | 1 | -1/+1 |
|
|
* | fixed last lost bytes in maximal mode | Yann Collet | 2017-11-02 | 1 | -3/+4 |
|
|
* | changed strategy : opt[] path is complete after each match | Yann Collet | 2017-11-02 | 1 | -33/+57 |
|
|
* | fixed minor overflow mistake in optimal parser | Yann Collet | 2017-10-31 | 1 | -1/+5 |
|
|
* | fixed minor initialization warning | Yann Collet | 2017-10-30 | 1 | -1/+1 |
|
|
* | added hash chain with conditional length | Yann Collet | 2017-10-25 | 1 | -1/+2 |
|
|
* | lz4opt: added hash chain search | Yann Collet | 2017-10-21 | 1 | -14/+44 |
|
|
* | switched many types to int | Yann Collet | 2017-10-20 | 1 | -38/+37 |
|
|
* | removed SET_PRICE macro | Yann Collet | 2017-10-20 | 1 | -17/+14 |
|
|
* | removed one macro usage | Yann Collet | 2017-10-20 | 1 | -4/+11 |
|
|
* | minor refactor | Yann Collet | 2017-10-20 | 1 | -28/+35 |
|
|
* | lz4opt: refactor sequence reverse traversal | Yann Collet | 2017-10-20 | 1 | -10/+20 |
|
|
* | refactor variable matchnum | Yann Collet | 2017-10-20 | 1 | -14/+14 |
|
|
* | simplified initial cost conditions | Yann Collet | 2017-10-20 | 1 | -10/+15 |
|
|
* | added assert | Yann Collet | 2017-10-19 | 1 | -1/+1 |
|
|
* | renamed last_pos into last_match_pos | Yann Collet | 2017-10-19 | 1 | -15/+15 |
|
|
* | simplified early exit when single solution | Yann Collet | 2017-10-19 | 1 | -5/+5 |
|
|
* | FIX: added prefix to FORCE_INLINE to prevent redefinition error during compil... | tcpan | 2017-08-24 | 1 | -5/+5 |
|
|
* | fix #369 | Yann Collet | 2017-06-26 | 1 | -0/+5 |
|
|
* | changed macro HEAPMODE into LZ4_HEAPMODE | Yann Collet | 2017-05-02 | 1 | -6/+7 |
|
|
* | Merge branch 'optlz4opt' of github.com:Cyan4973/lz4 into optlz4opt | Yann Collet | 2017-03-20 | 1 | -1/+0 |
|\ |
|
| * | slight btopt speed improvement | Yann Collet | 2017-03-18 | 1 | -2/+2 |
|
|
* | | minor refactor | Yann Collet | 2017-03-20 | 1 | -72/+71 |
|
|
* | | slight btopt speed improvement | Yann Collet | 2017-03-20 | 1 | -3/+4 |
|/ |
|
* | made SET_PRICE macro more usable | Yann Collet | 2017-03-18 | 1 | -4/+4 |
|
|
* | improved lz4opt speed (~4%) | Yann Collet | 2017-03-17 | 1 | -12/+12 |
|
|
* | minor price function optimization | Yann Collet | 2017-03-17 | 1 | -8/+6 |
|
|
* | LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path | Yann Collet | 2017-03-16 | 1 | -1/+1 |
|
|
* | removed nextToUpdateBT | Przemyslaw Skibinski | 2016-12-28 | 1 | -3/+3 |
|
|
* | clean logging | Przemyslaw Skibinski | 2016-12-28 | 1 | -45/+4 |
|
|
* | LZ4HC_getSearchNum | Przemyslaw Skibinski | 2016-12-28 | 1 | -7/+11 |
|
|
* | improved logging | Przemyslaw Skibinski | 2016-12-28 | 1 | -17/+18 |
|
|
* | fixed -BD compression | Przemyslaw Skibinski | 2016-12-27 | 1 | -1/+4 |
|
|
* | updated Makefile : lz4 no longer recompiled when already up-to-date | Yann Collet | 2016-12-22 | 1 | -29/+30 |
|
|