Menu

#11 Writing List of deltas to File and size of that File is coming more than remote file size in some cases

v1.0 (example)
open
nobody
None
5
2013-11-14
2013-11-14
Niraja
No

I just tested the jarSync.03 , did three steps
1/ Computed checksum of original File
List Checksum = generator.generateSums(originalfile);
2/ Generated the delta by passing the list of checksum
List<delta> d = m.hashSearch(Checksum, remoteFileFile);
3/ Rebuilder.rebuildFileInPlace(originalfile Delta);//
My query is that , am writing the List of deltas to a file . and size of file (on which list of delta is written ) is coming greater than the remote (modified file ).</delta>

Discussion


Log in to post a comment.

MongoDB Logo MongoDB