Use hash table for finding identical chunks, speeding up process considerably
This commit is contained in:
parent
1e211ce212
commit
f1fcea0afc
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/zchunk-0.9.16.tar.gz
|
/zchunk-0.9.16.tar.gz
|
||||||
/zchunk-0.9.17.tar.gz
|
/zchunk-0.9.17.tar.gz
|
||||||
/zchunk-1.0.0.tar.gz
|
/zchunk-1.0.0.tar.gz
|
||||||
|
/zchunk-1.0.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (zchunk-1.0.0.tar.gz) = 50eccd7159adc1280c4fe6b266a447be6d748b85c445d3797f3679ef908fa7a211b792d536125c383b6df4233becdcb7ef8fea031241f424e8da96303e642f78
|
SHA512 (zchunk-1.0.1.tar.gz) = 92099a4c7dce63cab86f17fc19333e489edc24e4ecbc8e945235197ac7c0903a3b3c1cf956a86b617341630f8344d850ed7809aeed5e299e7aa1fdd0d0ceb5a2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: zchunk
|
Name: zchunk
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
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
|
||||||
|
* Fri Dec 28 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.1-1
|
||||||
|
- Use hash table for finding identical chunks, speeding up process considerably
|
||||||
|
|
||||||
* Sat Dec 22 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.0-1
|
* Sat Dec 22 2018 Jonathan Dieter <jdieter@gmail.com> - 1.0.0-1
|
||||||
- 1.0 release. API/ABI stability is now guaranteed
|
- 1.0 release. API/ABI stability is now guaranteed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user