Single-threaded
Closed this issue · 1 comments
apprehensions commented
ugrep-indexer
is single-threaded.
genivia-inc commented
Yes. This is because indexing is IO bound, not CPU bound, since we are indexing a slow or cold FS. Threading won't speed it up much, if at all. I tried. Only if the FS is warm then it speeds up. But that's not typical.