We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc32fb commit 935fbe7Copy full SHA for 935fbe7
README.md
@@ -34,7 +34,8 @@ $ cat subs1.txt subs2.txt | pnk
34
```
35
36
## Make it fast
37
-To turn this single process script into multiprocess use [interlace](https://github.com/codingo/Interlace)
+- threading: [issue/5](https://github.com/storenth/pnk/issues/5)
38
+- multiprocessing: to turn this single I/O bound process script into multiprocess use [interlace](https://github.com/codingo/Interlace).
39
40
41
# Features
0 commit comments