Concurrency
concepts · 4 notes linked
Related: Catonmat · Algorithms · Programming Style · Remzi Arpaci Dusseau · University Of Wisconsin · Operating Systems · Virtualization · Python
Notes
- My Favorite Books: Part One — Five curated programming and CS book recommendations from catonmat blogger
- Operating Systems: Three Easy Pieces — Free OS textbook covering virtualization, concurrency, and persistence
- Python moves to remove the GIL and boost concurrency — PEP 703 plan to make CPython GIL optional then remove it
- baby steps — Fork-join data parallelism in Rust via type-system-enforced data-race freedom