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

Process target blocks in memory #7

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

Process target blocks in memory #7

GoogleCodeExporter opened this issue Oct 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Introduce processing of target blocks in memory. Should be faster than 
processing target from disk.

Original issue reported on code.google.com by mantl...@gmail.com on 25 Jun 2013 at 6:10

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 9ac53bd65688.

Introduced two new command line switches:
-tb <size> - process target in blocks of given <size>
-bt <size> - process only source block which matched at least <size> bytes in 
the preprocessing stage.

Original comment by mantl...@gmail.com on 25 Jun 2013 at 6:19

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision 1fe3dd38627a.

Blocks for processing are selected at the end of pre-processing pass instead of 
preprocessing block delta stage of each pass.
This speeds up processing for very large files with a lot of small chunks.

Original comment by mantl...@gmail.com on 17 Oct 2013 at 10:04

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