inikep
|
2ec2698ef9
|
working 4 reps
|
2016-04-05 09:34:13 +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 |
|
inikep
|
805d2a7465
|
removed zstd_opt_internal.h
|
2016-03-04 19:31:57 +01:00 |
|
inikep
|
4ab9c913a5
|
MEM_readMINMATCH replaced with inline function
|
2016-03-04 19:17:31 +01:00 |
|
inikep
|
5cccd77c55
|
fix clang -Wcast-align warning (part 2)
|
2016-03-02 20:37:49 +01:00 |
|
inikep
|
51bb9a0064
|
fix clang -Wcast-align warning
|
2016-03-02 19:17:13 +01:00 |
|
inikep
|
87d4f3daa4
|
priceTable moved to heap
|
2016-03-02 15:56:24 +01:00 |
|
inikep
|
338533f741
|
improved price function initialization
|
2016-03-02 14:36:41 +01:00 |
|
inikep
|
a4dde25498
|
fixed repcode before lowLimit
|
2016-03-01 14:14:35 +01:00 |
|
inikep
|
2d55563b92
|
better logs
|
2016-02-29 22:07:40 +01:00 |
|
inikep
|
f647d99d61
|
fixed bug with 3 or more succesive rep codes
|
2016-02-29 12:33:08 +01:00 |
|
inikep
|
f414647c6b
|
fixed ZSTD_copyCCtx
|
2016-02-25 22:31:07 +01:00 |
|
inikep
|
59493e8669
|
fixed paramgrill
|
2016-02-25 19:15:08 +01:00 |
|
inikep
|
afa9c9f5ab
|
turn off RTF optimization
|
2016-02-25 16:47:57 +01:00 |
|
inikep
|
02137f8c42
|
more accurate gain function
|
2016-02-24 18:09:36 +01:00 |
|
inikep
|
ee55628c9d
|
combined price function
|
2016-02-24 14:40:30 +01:00 |
|
inikep
|
4a981f7937
|
improved ZSTD_GETPRICE
|
2016-02-23 19:08:20 +01:00 |
|
inikep
|
e0010e9baf
|
priceFunc
|
2016-02-23 16:25:04 +01:00 |
|
inikep
|
15174b0cfb
|
statistics of encoded sequences
|
2016-02-23 12:41:56 +01:00 |
|
inikep
|
9f754d23dc
|
dummy levels 22-25
|
2016-02-22 17:00:04 +01:00 |
|
inikep
|
6b3739c8e5
|
MINMATCH=3 or 4 selected in ZSTD frame
|
2016-02-22 15:53:42 +01:00 |
|
inikep
|
84f43e2359
|
support for searchLength from 3 to 7 for optimal parser
|
2016-02-22 11:34:07 +01:00 |
|
inikep
|
c950b78ce2
|
removed backward match extension
|
2016-02-22 10:11:39 +01:00 |
|
inikep
|
d3b8d7a4e5
|
removed ZSTD_opt parser
|
2016-02-22 10:06:17 +01:00 |
|
inikep
|
6291c54006
|
litlen bounded to 128 bytes
|
2016-02-19 18:24:14 +01:00 |
|
inikep
|
fcafb26b2e
|
speed optimiaztions
|
2016-02-19 11:59:44 +01:00 |
|
inikep
|
c3a9a9ca56
|
ZSTD_rescaleFreqs and removed minml
|
2016-02-19 11:05:25 +01:00 |
|
inikep
|
cc52a97214
|
added hashLog3
|
2016-02-19 10:09:35 +01:00 |
|
inikep
|
ce6730a740
|
fix for ZSTD_HcGetAllMatches_generic
|
2016-02-09 23:26:30 +01:00 |
|
inikep
|
be77f3342d
|
Revert "Revert "ZSTD_compressBlock_opt_extDict_generic""
This reverts commit 2b714dfd26.
|
2016-02-09 23:00:41 +01:00 |
|
inikep
|
2b714dfd26
|
Revert "ZSTD_compressBlock_opt_extDict_generic"
This reverts commit b498fc1c99.
|
2016-02-09 22:47:51 +01:00 |
|
inikep
|
b498fc1c99
|
ZSTD_compressBlock_opt_extDict_generic
|
2016-02-09 22:23:48 +01:00 |
|
inikep
|
e75621f98d
|
dumpsEnd
|
2016-02-09 21:12:23 +01:00 |
|
inikep
|
31314ae0d1
|
int to U32
|
2016-02-09 20:47:39 +01:00 |
|
inikep
|
da730ff092
|
a bugfix for backward matches
|
2016-02-06 15:18:26 +01:00 |
|
inikep
|
dbade7c263
|
remove ZSTD_compressBlock_opt2_generic
|
2016-02-05 20:29:31 +01:00 |
|
inikep
|
f2fee4c316
|
added params.sufficientLength
|
2016-02-05 19:45:25 +01:00 |
|
inikep
|
748389cd77
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/v051' into dev
|
2016-02-05 19:28:12 +01:00 |
|
inikep
|
5b0749715d
|
backward match extension
|
2016-02-05 19:25:40 +01:00 |
|
inikep
|
2712b69582
|
Merge remote-tracking branch 'refs/remotes/origin/v05x' into dev
|
2016-02-05 09:22:10 +01:00 |
|
inikep
|
3379c5df36
|
ZSTD_OPT_DEBUG
|
2016-02-05 09:21:20 +01:00 |
|
inikep
|
8deaf1d47e
|
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
|
2016-02-05 09:14:24 +01:00 |
|
inikep
|
f967753bc2
|
ssize_t -> int
|
2016-02-05 09:07:22 +01:00 |
|
inikep
|
55a444764b
|
sufficient_len = 32
|
2016-02-04 22:22:47 +01:00 |
|