summaryrefslogtreecommitdiffstats
path: root/programs/fullbench.c
Commit message (Expand)AuthorAgeFilesLines
* Improved decoding speedYann Collet2014-11-271-2/+18
* fullbench : display Algorithm NbYann Collet2014-11-031-7/+7
* Optimized LZ4_saveDictHC()Yann Collet2014-11-021-23/+42
* updated LZ4HC APIYann Collet2014-10-181-2/+2
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-6/+6
* lz4frame : support stableDst optionYann Collet2014-09-211-3/+3
* Frame decompression speed optimizationYann Collet2014-09-131-2/+12
* fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-131-35/+60
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-121-18/+21
* slightly improved frame compression speedYann Collet2014-09-111-1/+1
* Improved lz4frame compression speedYann Collet2014-09-101-1/+7
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-3/+1
* fix : minor compilation warning under mingwYann Collet2014-08-051-1/+1
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-3/+3
* Fixed : issue 52 (reported by Ludwig Strigeus)Yann Collet2014-06-221-3/+0
* Fixed : using loadDict() with small dictionariesYann Collet2014-06-211-4/+4
* Obsolete "external allocation" functionsYann Collet2014-06-091-3/+3
* converge towards LZ4_compress_continue()Yann Collet2014-06-091-36/+2
* new test tool : datagenYann Collet2014-06-031-1/+1
* unified structure modelYann Collet2014-06-021-2/+2
* Continuous streaming mode (automatic)Yann Collet2014-05-211-1/+8
* Introduce : LZ4_compress_limitedOutput_usingDict()Yann Collet2014-05-201-5/+11
* Fixed : compilation errors using Visual 2012Yann Collet2014-05-201-17/+17
* First version of Block Streaming API : LZ4_compress_usingDict()Yann Collet2014-05-191-28/+40
* changed naming convention to *_usingDict()Yann Collet2014-05-041-8/+8
* Added : *_withDict to fullbenchYann Collet2014-05-031-14/+31
* Introduce "External Dictionary" de/compression APIYann Collet2014-04-281-13/+21
* Add command-line switch to support Travis-CITakayuki MATSUOKA2014-04-161-4/+12
* Fixed issue 127 & 128Yann Collet2014-04-151-4/+4
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-2/+2
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+742