并行与CPU利用率
Java并发编程
- 线程安全
- 共享对象
- 编写线程安全对象
- Applying Thread Pools
- Building Blocks
- Task Execution
- Cancellation and Shutdown
- 运用线程池
- Avoiding Liveness Hazards
- Performance and scalability
- Testing Concurrent Programs
- Explicit Locks
- Building Custom Synchronizers
- Atomic Variables and Nonblocking Synchronization
- The Java Memory Model
Go并发编程
- Scheduling In Go : Part I - OS Scheduler 阅读笔记
- Scheduling In Go : Part II - Go Scheduler 阅读笔记
- Scheduling In Go : Part III - Concurrency 阅读笔记
- Google I/O 2012 - Go Concurrency Patterns, video
- Rob Pike - ‘Concurrency Is Not Parallelism’, video, slides
评论