Skip to content

Commit

Permalink
docs: threading v multiprocessing note
Browse files Browse the repository at this point in the history
  • Loading branch information
storenth committed Sep 1, 2024
1 parent 2cc32fb commit 935fbe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ $ cat subs1.txt subs2.txt | pnk
```

## Make it fast
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)
- multiprocessing: to turn this single I/O bound process script into multiprocess use [interlace](https://github.com/codingo/Interlace).


# Features
Expand Down

0 comments on commit 935fbe7

Please sign in to comment.