You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: