summaryrefslogtreecommitdiffstats
path: root/bench.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to...yann.collet.73@gmail.com2012-02-201-30/+73
* Added : LZ4_compressBound() functionyann.collet.73@gmail.com2012-02-161-25/+33
* minor interface modification : source pointers are now (const char*)yann.collet.73@gmail.com2012-02-011-2/+2
* Better detection of Big-Endian and PowerPC CPUyann.collet.73@gmail.com2012-02-011-8/+8
* Improved compression speed for 64-bit CPUyann.collet.73@gmail.com2012-01-131-0/+1
* Added : benchmark function within command-line utilityyann.collet.73@gmail.com2012-01-081-0/+352