Optimize chunk matching while downloading, significantly reducing CPU usage

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
This commit is contained in:
Jonathan Dieter 2019-03-23 22:28:17 +00:00
parent 43b3032c09
commit fb32d4d4e7
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/zchunk-1.0.2.tar.gz /zchunk-1.0.2.tar.gz
/zchunk-1.0.3.tar.gz /zchunk-1.0.3.tar.gz
/zchunk-1.0.4.tar.gz /zchunk-1.0.4.tar.gz
/zchunk-1.1.0.tar.gz

View File

@ -1 +1 @@
SHA512 (zchunk-1.0.4.tar.gz) = db2d3a67bfdec5f55b3bc56d5e5f47eeec66a8f68259d48e56d197dec5efa157bd94fd2fee7133a9d8d0eedfdfc58d08db10abc209333fd1f2f86b8c1f14ab66 SHA512 (zchunk-1.1.0.tar.gz) = d908fd21df0f7790de68a87b240f7be2e281ef69a5a48061ea1e539c6acdbcd55a7524c3cff422f754573d67ad12bd27d655868d8c3f5eec0ead967ceebbf8ad

View File

@ -1,5 +1,5 @@
Name: zchunk Name: zchunk
Version: 1.0.4 Version: 1.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Compressed file format that allows easy deltas Summary: Compressed file format that allows easy deltas
License: BSD and MIT License: BSD and MIT
@ -83,6 +83,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio
%{_includedir}/zck.h %{_includedir}/zck.h
%changelog %changelog
* Sat Mar 23 2019 Jonathan Dieter <jdieter@gmail.com> - 1.1.0-1
- Optimize chunk matching while downloading, significantly reducing CPU usage
* Sat Mar 16 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.4-1 * Sat Mar 16 2019 Jonathan Dieter <jdieter@gmail.com> - 1.0.4-1
- Fix multipart boundary bug when dealing with lighttpd servers - Fix multipart boundary bug when dealing with lighttpd servers