diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-22 06:05:57 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-22 06:05:57 +0100 |
commit | 9b412ccf63f6a9a8a09054ebe5518f0cbada97c9 (patch) | |
tree | 0f790493b3d4ff43d264ff0785e8df690256304b /content/blog/remind_me_to_read.md | |
parent | 42d4b89ae0b095be8507a70c9920ee5921868fff (diff) |
changed
Diffstat (limited to '')
-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. + |