diff options
Diffstat (limited to 'content/blog/remind_me_to_read.md')
-rw-r--r-- | content/blog/remind_me_to_read.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/content/blog/remind_me_to_read.md b/content/blog/remind_me_to_read.md new file mode 100644 index 0000000..6bd7d57 --- /dev/null +++ b/content/blog/remind_me_to_read.md @@ -0,0 +1,14 @@ +--- +title: "Remind me to read..." +date: 2021-05-20T17:05:00+01:00 +draft: false +--- + +## Articles on the web + +* [Simple Multiprocessing In Python: Comparing core vs + libraries](https://cosmiccoding.com.au/tutorials/multiprocessing) + + I use `multiprocessing` in the stdlib just now, but there are lots of + alternatives that I need to checkout. + |