2024-08-29 08:38:50 +02:00
|
|
|
# Parallel Python
|
|
|
|
|
|
|
|
A lecture from ASPP 2024.
|
|
|
|
|
|
|
|
|
2024-08-29 08:51:07 +02:00
|
|
|
## Extra resources
|
|
|
|
|
|
|
|
* Online textbook on operating systems, processes, threads, etc.
|
|
|
|
* [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/#book-chapters)
|
|
|
|
* Chapters 4, 13, and 26 are particularly relevant.
|
|
|
|
* But the whole book is interesting.
|
2024-08-29 08:38:50 +02:00
|
|
|
|