Impl threading
because of I/O bound nature of the script
#5
Labels
enhancement
New feature or request
threading
because of I/O bound nature of the script
#5
CPU is fast, but disk 100500x times slower, so we don't want to wait until it respond. The edge case:
cat subs1.txt subs2.txt ... subsN.txt | ./src/pnk/__main__.py
The text was updated successfully, but these errors were encountered: