summaryrefslogtreecommitdiffstats
path: root/programs/bench.c
Commit message (Collapse)AuthorAgeFilesLines
* bench.c: respect LZ4_MAX_INPUT_SIZE limitPrzemyslaw Skibinski2017-03-101-2/+7
|
* upgraded util.hPrzemyslaw Skibinski2017-02-151-1/+1
|
* Use logical or instead of bitwise orChocobo12017-01-121-1/+1
|
* Merge pull request #292 from inikep/devYann Collet2016-12-221-2/+11
|\ | | | | improved POSIX
| * test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski2016-12-211-0/+8
| |
| * executables use platform.hPrzemyslaw Skibinski2016-12-201-2/+3
| |
| * Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-11-161-0/+1
| |
* | updated a few macros namesYann Collet2016-12-221-3/+3
| |
* | fixed minor coverity warningsYann Collet2016-11-151-0/+1
|/
* custom block sizePrzemyslaw Skibinski2016-11-101-1/+5
|
* fixed some static analyzer warningYann Collet2016-11-101-1/+1
|
* fixed synthetic benchmark modeYann Collet2016-11-091-3/+2
| | | | slightly optimized test mode
* fixed Travis testsPrzemyslaw Skibinski2016-11-041-9/+15
|
* updated lz4cli.cPrzemyslaw Skibinski2016-11-041-2/+3
|
* bench.c based on zstdPrzemyslaw Skibinski2016-11-041-312/+400
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* lz4cli version number from lz4.hYann Collet2016-09-031-3/+3
|
* added <string.h> for strlen()inikep2016-09-021-0/+2
|
* -b# and -e# options from zstdinikep2016-09-021-13/+32
|
* fix mingw64 compilation warningsinikep2016-09-021-0/+4
|
* minor refactoring changesYann Collet2016-08-101-3/+0
|
* changed : default benchmark LZ4_decompress_safe()Yann Collet2016-06-291-4/+4
|
* fixed display result issue when benchmarking multiple filesYann Collet2016-06-291-1/+3
|
* minor code refactoringYann Collet2016-06-291-15/+10
|
* Reduced bench dependency to standard C <time.h>Yann Collet2016-06-291-68/+39
| | | | | Faster tests More accurate results on systems with high resolution clocks
* minor compression speed improvementYann Collet2016-06-291-71/+52
|
* Updated lz4hc APIYann Collet2015-05-031-1/+1
|
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-1/+1
|
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-211-5/+5
|
* Fixed a few coverity warningsYann Collet2015-04-121-1/+2
|
* Fixed : a few minor coverity warningsYann Collet2015-04-121-8/+4
|
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-3/+3
|
* lz4 cli supports frame content sizeYann Collet2015-03-231-8/+5
|
* scan-build testsYann Collet2015-03-151-5/+12
|
* Improved sparse file supportYann Collet2015-03-131-2/+2
|
* g++ compatibilityYann Collet2015-03-101-5/+6
|
* Updated : compress multiple filesYann Collet2015-03-071-4/+4
|
* C90 compatibilityYann Collet2014-12-171-2/+2
|
* Fixed : older compiler don't like nameless unions, reported by Cheyi LinYann Collet2014-12-161-66/+65
|
* minor refactoringYann Collet2014-12-061-5/+0
|
* fix : minor compilation warning under mingwYann Collet2014-07-291-1/+1
|
* Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet2014-07-141-3/+3
|
* Fixed issue 127 & 128Yann Collet2014-04-151-1/+1
|
* Makefile : library correctly compiled with -O3 switch (issue 114)yann.collet.73@gmail.com2014-03-121-2/+2
| | | | | | | | | | | Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34 git-svn-id: https://lz4.googlecode.com/svn/trunk@114 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Large decompression speed improvement for GCC 32-bits. Thanks to Valery ↵yann.collet.73@gmail.com2014-02-041-6/+6
| | | | | | | | | | | Croizier ! LZ4HC : Compression Level is now a programmable parameter (CLI from 4 to 9) Separated IO routines from command line (lz4io.c) Version number into lz4.h (suggested by Francesc Alted) git-svn-id: https://lz4.googlecode.com/svn/trunk@113 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Makefile : added capability to install librariesyann.collet.73@gmail.com2014-01-071-0/+441
Modified Directory tree, to better separate libraries from programs. git-svn-id: https://lz4.googlecode.com/svn/trunk@111 650e7d94-2a16-8b24-b05c-7c0b3f6821cd