Skip to content

Commit 935fbe7

Browse files
committed
docs: threading v multiprocessing note
1 parent 2cc32fb commit 935fbe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ $ cat subs1.txt subs2.txt | pnk
3434
```
3535

3636
## Make it fast
37-
To turn this single process script into multiprocess use [interlace](https://github.com/codingo/Interlace)
37+
- 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).
3839

3940

4041
# Features

0 commit comments

Comments
 (0)