inikep
|
55d047aa92
|
getTotalFileSize moved to common/util.h
|
2016-04-28 16:50:13 +02:00 |
|
inikep
|
d5ff2c3d9a
|
ordering of #include
|
2016-04-28 14:40:45 +02:00 |
|
inikep
|
83c76b4594
|
bench.c: time functions moved to common/util.h
|
2016-04-28 13:16:01 +02:00 |
|
inikep
|
69fcd7c0ae
|
getFileSize moved to common/util.h
|
2016-04-28 12:23:33 +02:00 |
|
inikep
|
ea4ee3eee0
|
added compatibility with Visual C++ 2012
|
2016-04-25 13:09:06 +02:00 |
|
inikep
|
38654988f3
|
minor speed improvements 2
bench.c: block size has to be bigger than 32 bytes
zstdcli.c: support for e.g. -B16k -B16m
|
2016-04-21 12:18:47 +02:00 |
|
inikep
|
c5e1d295ee
|
bench.c: force at least one compression and decompression loop
fix for -i0 with small files
|
2016-04-19 09:37:59 +02:00 |
|
inikep
|
6d157f1fbe
|
bench.c: fixed rare compression and decompression speed bug
concerns only big files with compression or decompression time longer
than 100 seconds
|
2016-04-15 16:54:11 +02:00 |
|
inikep
|
4b3c5eed99
|
removed ZSTD_compressBegin_targetSrcSize
|
2016-04-14 13:43:51 +02:00 |
|
inikep
|
c0d5f4eb2e
|
bench.c: ignore directories from a file list for benchmark
|
2016-04-13 10:48:04 +02:00 |
|
inikep
|
8844e21dff
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-04-11 16:49:27 +02:00 |
|
Yann Collet
|
9990986bdc
|
fixed minor warnings when compiling with gcc -g (aka -std=gnu90 )
|
2016-04-09 16:17:18 +02:00 |
|
inikep
|
1eeddde625
|
clock() is default timer for all platforms except Windows
|
2016-04-08 16:55:17 +02:00 |
|
inikep
|
19bd48f516
|
Merge from Cyan4973/dev060
|
2016-04-04 12:10:00 +02:00 |
|
inikep
|
1c556a3838
|
ticksPerSecond=0
|
2016-03-30 10:59:48 +02:00 |
|
inikep
|
33ad251236
|
removed clock_gettime (not portable)
|
2016-03-30 09:55:37 +02:00 |
|
inikep
|
4c12f232ec
|
support for QueryPerformanceCounter and clock_gettime
|
2016-03-29 14:52:13 +02:00 |
|
inikep
|
06f793a3ab
|
fix for BMK_clockSpan on Windows
|
2016-03-29 11:17:58 +02:00 |
|
Yann Collet
|
b9151406de
|
fixed 32-bits compatibility
|
2016-03-26 17:18:11 +01:00 |
|
Yann Collet
|
a5b66e34c7
|
minor variable isolation
and remove a goto
|
2016-03-26 01:48:27 +01:00 |
|
inikep
|
eaba91a161
|
added ZSTD_compressBegin_targetSrcSize
|
2016-03-23 20:30:26 +01:00 |
|
inikep
|
7adceef974
|
hashLog3 added to ZSTD_CCtx
|
2016-03-23 15:53:38 +01:00 |
|
inikep
|
472638c861
|
added mili_sleep and setHighPriority
|
2016-03-23 12:28:28 +01:00 |
|
Yann Collet
|
fd69225086
|
bench : added HIGH_PRIORTY
|
2016-03-23 02:47:33 +01:00 |
|
Yann Collet
|
be391438ff
|
first working version with both encoder and decode alternate LL + ML coding scheme.
decompression speed highly impacted
|
2016-03-22 23:19:28 +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
|
fadda6c875
|
first prototype with ML encoding scheme (but not yet decoding scheme)
|
2016-03-22 12:14:26 +01:00 |
|
Yann Collet
|
5c71491a46
|
first working version with alternate LL codes
|
2016-03-21 02:23:34 +01:00 |
|
Yann Collet
|
6c62b7dfc8
|
support default LL distribution
|
2016-03-21 00:39:19 +01:00 |
|
Yann Collet
|
d64f435f63
|
handles litLength >= 65535
|
2016-03-21 00:07:42 +01:00 |
|
Yann Collet
|
597847a2ae
|
first emulation
|
2016-03-20 19:14:22 +01:00 |
|
Yann Collet
|
de406eebcd
|
minor code refactor
|
2016-03-20 15:46:10 +01:00 |
|
Yann Collet
|
70e4577179
|
minor code refactoring
|
2016-03-19 18:08:32 +01:00 |
|
Yann Collet
|
1d1ae40258
|
bench.c : implemented single pass mode -i0
|
2016-03-17 19:51:02 +01:00 |
|
Yann Collet
|
699b14db1b
|
bench : changed timer to clock_t, reduced timeloop to 1sec
|
2016-03-17 19:37:33 +01:00 |
|
inikep
|
d700a1a8b9
|
ZSTD_setAdditionalParam
|
2016-03-15 12:18:44 +01:00 |
|
inikep
|
5fdd0b46d3
|
added additionalParam
|
2016-03-14 19:51:11 +01:00 |
|
inikep
|
e9554b73cc
|
-r# : test all compression levels from -bX to #
|
2016-03-14 18:10:30 +01:00 |
|
inikep
|
44af12deb1
|
removed DEFAULT_CHUNKSIZE
|
2016-03-14 15:59:04 +01:00 |
|
inikep
|
c034b73f8f
|
benchResult_t changed to double
|
2016-03-14 13:13:42 +01:00 |
|
inikep
|
4e26bb69c7
|
bench.c can generate a log file with average values
|
2016-03-14 12:48:51 +01:00 |
|
Yann Collet
|
27d3dad751
|
benchmark mode : automated cooling (overheat protection)
|
2016-03-11 13:41:20 +01:00 |
|
Yann Collet
|
2ce4923238
|
modified buffer management rules
|
2016-02-02 14:36:49 +01:00 |
|
Yann Collet
|
e93d6ced17
|
minor compression gain
|
2016-01-31 00:58:06 +01:00 |
|
Yann Collet
|
fd416f1eaf
|
added : ZSTD_compress_usingPreparedCCtx()
|
2016-01-30 03:14:15 +01:00 |
|
Yann Collet
|
fb810d6053
|
changed dictionary format
|
2016-01-28 00:21:13 +01:00 |
|
Yann Collet
|
1c8e194297
|
modified streaming compression API
|
2016-01-26 16:31:22 +01:00 |
|
Yann Collet
|
7b51a2948f
|
modified streaming decompression API
|
2016-01-26 15:58:49 +01:00 |
|
Yann Collet
|
b923f65076
|
introduced dictionary format
|
2016-01-26 03:14:20 +01:00 |
|
Yann Collet
|
59d1f79768
|
variable litblock header size
|
2016-01-23 19:28:41 +01:00 |
|