implemented first prefetch

based on dictID.
dictContent is prefetched up to 32 KB
(no contentSize adaptation)
This commit is contained in:
Yann Collet
2018-09-11 17:23:44 -07:00
parent 51a246da82
commit 63a519dbf6
3 changed files with 98 additions and 48 deletions
+5
View File
@@ -1,3 +1,8 @@
v1.3.6
perf: much faster dictionary builder, by @jenniferliu
api : reduced DDict size by 2 KB
misc: tests/paramgrill, a parameter optimizer, by @GeorgeLu97
v1.3.5
perf: much faster dictionary compression, by @felixhandte
perf: small quality improvement for dictionary generation, by @terrelln