Yann Collet
4d008083e6
fixed fullbench link stage
2016-04-09 17:38:53 +02:00
inikep
19bd48f516
Merge from Cyan4973/dev060
2016-04-04 12:10:00 +02:00
Yann Collet
b58c685cf7
fixed : fullbench link to deprecate function (wrong prototype)
2016-03-25 20:29:35 +01:00
inikep
2872b6f01f
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
...
# Conflicts:
# lib/zstd_compress.c
# programs/bench.c
2016-03-22 14:38:34 +01:00
Yann Collet
699b14db1b
bench : changed timer to clock_t, reduced timeloop to 1sec
2016-03-17 19:37:33 +01:00
Yann Collet
512220a82f
fullbench : restored -b31 (decodeLiterals) and -b32 (decodeSeqHeaders)
2016-03-17 16:42:16 +01:00
Yann Collet
cdabd4a2a6
switched fullbench time measurement to clock_t from <time.h>
2016-03-17 16:18:36 +01:00
Yann Collet
31922d7931
Added : ability to test direct-streaming functions ZSTD_compressContinue()
and ZSTD_decompressContinue()
2016-03-16 16:05:18 +01:00
Yann Collet
569b81adb1
changed BLOCKSIZE
into ZSTD_BLOCKSIZE_MAX
2016-03-16 15:26:51 +01:00
Yann Collet
69afc716d3
minor refactoring, from char*
to const char*
2016-03-15 21:44:39 +01:00
Yann Collet
f141eaa211
fullbench : ZSTD_decompress is now option 2
2016-03-15 21:13:52 +01:00
Yann Collet
34b20ec2c6
fullbench can measure speed of zbuff
2016-03-15 20:47:23 +01:00
inikep
44af12deb1
removed DEFAULT_CHUNKSIZE
2016-03-14 15:59:04 +01:00
Yann Collet
695a6cb463
fixed #94
2015-12-10 15:51:38 +01:00
Yann Collet
88fcd2916e
Added : zstd buffered API
2015-11-25 14:42:45 +01:00
Yann Collet
93a823ccb7
fixed asan warnings
2015-11-13 15:08:43 +01:00
Yann Collet
0f366c61ed
fixed streaming decoder
2015-11-12 16:19:30 +01:00
Yann Collet
cfdeb34180
fixed g++ link error
2015-11-12 16:00:04 +01:00
Yann Collet
5be2dd25f2
Changed Library source tree
...
- no more zstdhc ; zstd.h is enough
- ZSTD_compress() now needs a compressionLevel
- separated zstd_compress.c and zstd_decompress.c
- updated zstdcli, fullbench, fuzzer with new API
2015-11-11 13:43:58 +01:00
Yann Collet
fd9d6b8e2f
paramgrill
2015-10-26 00:06:36 +01:00
Yann Collet
07e0674007
Fixed fullbench
2015-10-19 20:02:46 +01:00
Yann Collet
b1f3f4b565
update huff0
2015-10-18 22:18:32 +01:00
Yann Collet
0fef5be1cc
Fix fullbench
2015-10-14 18:07:24 +01:00
Yann Collet
352ab88aea
fixed minor issue on decoding invalid data
2015-08-26 22:45:23 +01:00
Yann Collet
f3cb79b58f
Fixed : g++ link error within fullbench
2015-08-20 00:02:43 +01:00
Yann Collet
f4ce8913a3
Added more strigent tests : compresson into too small buffer
2015-08-11 14:18:45 +01:00
Yann Collet
b5e06dc7c3
Fixed a few minor visual analyzer warnings
2015-07-04 23:20:56 -08:00
Yann Collet
1efa31fad8
Updated FSE lib
2015-07-04 15:56:41 -08:00
Yann Collet
213089c078
Updated FSE
...
Added clang and g++ tests
2015-06-18 07:43:16 -08:00
Yann Collet
f66d2babf8
Updated test-fullbench
2015-02-11 08:34:50 +01:00
Yann Collet
f96780683b
updated fullbench, to include datagen
2015-02-11 08:19:57 +01:00
Yann Collet
fb98fd0bd4
datagen refactoring
2015-02-10 18:15:20 +01:00
Yann Collet
759433d679
Updated fullbench tests
2015-01-24 13:31:55 +01:00
Yann Collet
18a68714d0
Fixed : issue within fullbench, reported by AJ Baxter
2015-01-24 12:08:52 +01:00
Yann Collet
4856a00164
Initial release
2015-01-24 01:58:16 +01:00