This repo is a place where I'm going to share my studies related to Concurrency & Parallelism. I would appreciate content indication 😄
- Concurrency Is Not Parallelism - Rob Pike
- Concurrency and Strong Types for IoT - Carl Hewitt
- Multithreading is the answer. What is the question? (part 1 of 2) - Ansel Sermersheim
- Multithreading is the answer. What is the question? (part 2 of 2) - Ansel Sermersheim
- Race Conditions, Distribution, Interactions—Testing the Hard Stuff and Staying Sane - John Hughes
- QuickChecking Riak - John Hughes- John Hughes
- "go test -race" Under the Hood - Kavya Joshi
- Adventures with concurrent programming in Java: A quest for predictable latency - Martin Thompson
- Concurrency in Rust - Steve Klabnik
- GenStage and Flow - José Valim
- User-level threads....... with threads. - Paul Turner
- Stop Rate Limiting! Capacity Management Done Right - Jon Moore
- Rethinking Classical Concurrency Patterns - Bryan C. Mills
- Concurrency Patterns in Go - Arne Claus
- Beating Threads - live coding with real time - Sam Aaron
- Better Code: Concurrency - Sean Parent - Sean Parent
- Step-by-step guide to concurrency
- What is concurrency?
- Go code refactoring : the 23x performance hunt
- Make any algorithm lock-free with this one crazy trick
- Performance of green threads and why it matters
- Context switches and serialization in Node
- Parallel vs Concurrent in Node.js
- The 7 Ways to Wash Dishes and the Case for Message-driven Reactive Systems
- Learning Go’s Concurrency Through Illustrations
- Common Concurrent Programming Mistakes
- Performance Under Load
- Netflix Engineering — Pilfering Innovation
- Fearless Concurrency in Firefox Quantum