-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put doc into in_queue but # of docs in in_queue is capped
Currently, preprocessor and parser are executed in a complete sequential order. i.e., preprocess N docs (and load them into a queue), then parse N docs. This has two drawbacks: 1. the progress bar shows nothing during preprocessing. 2. the machine RAM may not be large enought o hold N preprocessed docs. They become more serious when N is large and/or each HTML file is large.
- Loading branch information
Hiromu Hota
committed
Jun 17, 2020
1 parent
11f30e4
commit 26ac90f
Showing
1 changed file
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters