Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write checksums into a file for later use #8

Open
GoogleCodeExporter opened this issue Oct 24, 2015 · 2 comments
Open

Write checksums into a file for later use #8

GoogleCodeExporter opened this issue Oct 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Add new option to write generated checksums in the pre-processing stage into a 
file. and reading them back in another program run.

This can speed up processing of very large source files repeatedly with many 
targets. Similarly, it can allow split processing of very large files into 
reasonable chunks using always the same large source and processing each chunk 
in a separate run.

Original issue reported on code.google.com by mantl...@gmail.com on 5 Aug 2013 at 11:48

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision b997364aaf8b.

Checksum save/restore to/from a file implemented.
New option -cf <file> added.
When checksum file does not exist, new file is created when preparation pass 
finished.
When checksum file exists, checksums are not computed, but loaded from the file 
instead.
No integrity check is provided. Using of file from other/modified source can 
lead to unpredictable results.

Original comment by mantl...@gmail.com on 5 Aug 2013 at 6:55

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 20484b147101.

Improved progress reporting.

Original comment by mantl...@gmail.com on 6 Aug 2013 at 6:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant