inikep
|
49794316c2
|
updated lib/README.md
|
2016-04-25 11:31:28 +02:00 |
|
inikep
|
f066816998
|
fix for g++ compilation
|
2016-04-22 18:54:05 +02:00 |
|
inikep
|
db3964382c
|
introduced ZSTD_NODECOMPRESS to link only compressor
|
2016-04-22 18:22:30 +02:00 |
|
inikep
|
a1febea01d
|
Error functions moved to common/zstd_common.c
|
2016-04-22 17:14:25 +02:00 |
|
inikep
|
d6be2751a8
|
updated CMakeLists.txt
|
2016-04-22 13:59:21 +02:00 |
|
inikep
|
3c7c3527d0
|
introduced ZSTD_NOCOMPRESS to generate decompressor only
|
2016-04-22 13:59:05 +02:00 |
|
inikep
|
23a0889301
|
separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/
|
2016-04-22 12:43:18 +02:00 |
|
inikep
|
4699b3be03
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-04-21 12:30:58 +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
|
ef51941822
|
zst_opt.h: minor compression speed improvement
|
2016-04-21 11:08:43 +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
|
2c5eeea635
|
introduced ZSTD_DEAFULT_CLEVEL for (compressionLevel<=0)
|
2016-04-15 13:44:46 +02:00 |
|
inikep
|
4b3c5eed99
|
removed ZSTD_compressBegin_targetSrcSize
|
2016-04-14 13:43:51 +02:00 |
|
inikep
|
c70c90e8a3
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-04-13 10:48:26 +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 |
|
inikep
|
f7d210b2e9
|
cache literal prices for ZSTD_btopt
|
2016-04-11 16:35:13 +02:00 |
|
inikep
|
1eeddde625
|
clock() is default timer for all platforms except Windows
|
2016-04-08 16:55:17 +02:00 |
|
inikep
|
afe1f7994b
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
# Conflicts:
# lib/zstd_compress.c
|
2016-04-07 19:50:03 +02:00 |
|
inikep
|
2bf79f9bff
|
use extDict only when needed
|
2016-04-07 19:24:33 +02:00 |
|
inikep
|
64d7bcb0dc
|
only repcode 0 for lazy, lazy2 and btlazy2 strategies
|
2016-04-07 19:14:09 +02:00 |
|
inikep
|
a69640cca1
|
Revert "removed void ZSTD_compressBlock_greedy"
This reverts commit 9296400a69.
|
2016-04-07 18:22:29 +02:00 |
|
inikep
|
9296400a69
|
removed void ZSTD_compressBlock_greedy
|
2016-04-07 16:58:04 +02:00 |
|
inikep
|
91f2519647
|
Merge branch 'refs/heads/lazy_MML3' into dev
|
2016-04-07 11:35:41 +02:00 |
|
inikep
|
81a345b0ce
|
minor speed improvements
|
2016-04-07 11:35:17 +02:00 |
|
inikep
|
e47f33f980
|
reordered code
|
2016-04-06 20:58:00 +02:00 |
|
inikep
|
2db1eb78e9
|
reordered functions
|
2016-04-06 17:14:19 +02:00 |
|
inikep
|
e5b6e9e551
|
fixed support for searchLength=4
|
2016-04-06 13:15:38 +02:00 |
|
inikep
|
75716851d4
|
MINMATCH=3 for lazy strategy
|
2016-04-06 12:34:42 +02:00 |
|
inikep
|
7bc19b6b3e
|
MINMATCH=3
|
2016-04-06 09:46:01 +02:00 |
|
inikep
|
f8a339d274
|
working ZSTD_compressBlock_opt_extDict_generic
|
2016-04-05 23:58:51 +02:00 |
|
inikep
|
83417bbbd2
|
code formatting
|
2016-04-05 21:30:03 +02:00 |
|
inikep
|
5ce00aee37
|
ZSTD_compressBlock_opt_extDict_generic in progress
|
2016-04-05 21:03:43 +02:00 |
|
inikep
|
faa8d8aae1
|
introduced ZSTD_compressBlock_greedy
|
2016-04-05 19:01:10 +02:00 |
|
inikep
|
908fcb384a
|
3 repcodes with ZSTD_compressBlock_lazy_extDict_generic
|
2016-04-05 18:16:38 +02:00 |
|
inikep
|
a4385aa23b
|
ZSTD_REP_NUM=3 only
|
2016-04-05 17:11:56 +02:00 |
|
inikep
|
d5359b2e55
|
Merge remote-tracking branch 'refs/remotes/origin/repcodes' into dev
|
2016-04-05 17:07:36 +02:00 |
|
inikep
|
ba73d1bb6b
|
support for ZSTD_REP_NUM=3
|
2016-04-05 10:30:05 +02:00 |
|
inikep
|
74e3a7ba4c
|
removed kSlotNew
|
2016-04-05 10:18:37 +02:00 |
|
inikep
|
b3532793a9
|
experiments with ZSTD_decodeSequence
|
2016-04-05 10:08:25 +02:00 |
|
inikep
|
2ec2698ef9
|
working 4 reps
|
2016-04-05 09:34:13 +02:00 |
|
inikep
|
19140cd80e
|
zstd_stats.h moved to .debug/
|
2016-04-05 08:52:57 +02:00 |
|
inikep
|
d6f208badf
|
improved logging
|
2016-04-04 21:15:23 +02:00 |
|
inikep
|
78e52044de
|
Merge remote-tracking branch 'refs/remotes/origin/dev' into repcodes
# Conflicts:
# lib/zstd_compress.c
# lib/zstd_decompress.c
# lib/zstd_internal.h
# lib/zstd_opt.h
# programs/bench.c
|
2016-04-04 16:28:40 +02:00 |
|
inikep
|
cb70c8ab90
|
fixed -Werror,-Wconversion warning
|
2016-04-04 15:43:45 +02:00 |
|
inikep
|
0c7456c5b7
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
# Conflicts:
# lib/zstd_compress.c
# lib/zstd_static.h
|
2016-04-04 14:54:53 +02:00 |
|
inikep
|
227dd4bc74
|
changed price estimation for optimal parser
|
2016-04-04 14:34:02 +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
|
4611d11fea
|
added -lrt required by clock_gettime
|
2016-03-29 15:52:38 +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 |
|
inikep
|
97c88e716c
|
fix for -Wshorten-64-to-32 warning in ZSTD_statsUpdatePrices
|
2016-03-25 13:39:14 +01:00 |
|
inikep
|
5553442376
|
fixed compilation with ZSTD_NOBENCH
|
2016-03-25 13:35:33 +01:00 |
|
inikep
|
5cc4efdaf8
|
created zstd_stats.h
|
2016-03-25 10:52:25 +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 |
|
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 |
|
inikep
|
5192b3ee65
|
#define _POSIX_C_SOURCE 199309L
|
2016-03-22 13:05:26 +01:00 |
|
inikep
|
2b942881ac
|
improved 4reps in ZSTD_compressBlock_lazy_generic
kSlotNew = 0
|
2016-03-22 11:56:22 +01:00 |
|
inikep
|
f2fa0e1198
|
final repcodes for ZSTD_btopt
|
2016-03-21 20:14:03 +01:00 |
|
inikep
|
378be62a9e
|
better repcodes
|
2016-03-21 19:48:54 +01:00 |
|
inikep
|
fc1d7bd93b
|
changed update logic of repcodes
|
2016-03-21 19:02:16 +01:00 |
|
inikep
|
e7ec8f2b9b
|
improved ratio
|
2016-03-21 17:23:02 +01:00 |
|
inikep
|
1269e2f7db
|
working kSlotNew for ZSTD_btopt
|
2016-03-19 15:32:21 +01:00 |
|
inikep
|
fade9b7ae3
|
ZSTD_btopt with 4 repcodes
|
2016-03-18 16:10:35 +01:00 |
|
inikep
|
1c1e6916e4
|
improved timer accuracy
|
2016-03-18 12:49:44 +01:00 |
|
inikep
|
5b15865413
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into repcodes
# Conflicts:
# lib/zstd_decompress.c
# programs/bench.c
|
2016-03-18 11:14:58 +01:00 |
|
inikep
|
eca2ec0b3b
|
introduced ZSTD_REP_MOVE and ZSTD_REP_INIT
|
2016-03-18 11:03:43 +01:00 |
|
inikep
|
c56e32e782
|
4 repcodes when litLen==0
|
2016-03-17 19:53:38 +01:00 |
|
inikep
|
3e743052cd
|
kSlotNew
|
2016-03-17 17:24:17 +01:00 |
|
inikep
|
7d1742825b
|
support for ZSTD_REP_NUM == 1 and ZSTD_REP_NUM == 4
|
2016-03-17 11:21:00 +01:00 |
|
inikep
|
5945308983
|
working 4 reps
|
2016-03-16 15:35:14 +01:00 |
|
inikep
|
62d694795d
|
ZSTD_compressBlock_lazy supports more reps
|
2016-03-16 12:57:07 +01:00 |
|
inikep
|
0ac4a551b9
|
ZSTD_REP_NUM removed from ZSTD_storeSeq
|
2016-03-16 12:03:07 +01:00 |
|
inikep
|
df164e6d35
|
introduced U32 rep[ZSTD_REP_NUM]
|
2016-03-16 11:56:59 +01:00 |
|
inikep
|
4569667c85
|
ZSTD_REP_NUM
|
2016-03-16 11:40:09 +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 |
|
inikep
|
aff4ba1714
|
hashLog3 removed from paramgrill
|
2016-03-10 15:45:21 +01:00 |
|
inikep
|
cc6c283633
|
removed hashLog3 from ZSTD_parameters
|
2016-03-10 15:17:24 +01:00 |
|
inikep
|
260a9e3886
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
|
2016-03-10 15:04:12 +01:00 |
|
inikep
|
b0c640d934
|
small ratio improvement with MINMATCH=3
|
2016-03-10 13:18:36 +01:00 |
|
inikep
|
b5a519f43c
|
improved compression speed
introduced cache in ZSTD_setLog2Prices
|
2016-03-09 15:45:01 +01:00 |
|
inikep
|
48413765b4
|
fixed update of hashTable for matches with length of 4+
|
2016-03-08 11:03:55 +01:00 |
|
inikep
|
b4f573d5ad
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
|
2016-03-08 10:01:18 +01:00 |
|
inikep
|
bc18c63daa
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
|
2016-03-08 09:56:04 +01:00 |
|
inikep
|
4f7f79ef9d
|
fixed update of nextToUpdate
|
2016-03-07 16:14:58 +01:00 |
|
inikep
|
e2446b0e36
|
added support for MINMATCH=3 on big endian architecture
changed ZSTD_HASHLOG3_MIN to 2 (4 bytes for MINMACH > 3)
|
2016-03-07 10:07:08 +01:00 |
|
inikep
|
89c9e1a847
|
added missing "case 3:" in ZSTD_BtGetAllMatches
|
2016-03-06 23:21:52 +01:00 |
|
inikep
|
01060bc477
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
# Conflicts:
# lib/zstd_compress.c
|
2016-03-04 20:10:09 +01:00 |
|
inikep
|
f3c6503e55
|
resolve conflict in zstd_internal.h
|
2016-03-04 20:04:25 +01:00 |
|
inikep
|
e29caf7d1c
|
code cleanup
|
2016-03-04 19:52:23 +01:00 |
|