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

[mbox_indexer] Remove records from exludeMessageIdList after they are used #15

Open
lukas-vlcek opened this issue Dec 6, 2013 · 0 comments

Comments

@lukas-vlcek
Copy link
Member

When exclude list is provided we have to parse message in the "main" thread before it is handed to parallel thread for other processing (this is because we need to keep counter in synch with processed emails).

However, assuming each Message-Id is unique within mbox archive we can remove records from exclude list once they are used. This means that once all records from exclude list are used the list become empty and we could switch to more performant threaded processing.

Related issue #12

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