Completed
Dynamic Target Controller
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimization for Number of Goroutines Using Feedback Control
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Performance tuning in case of pt
- 3 Concurrency and complexity
- 4 Concurrency and Go
- 5 Runtime scheduler of Go
- 6 Concurrency and application
- 7 Basic idea
- 8 Issues to solve for the realization
- 9 Performance metrics
- 10 Determine the number of goroutines
- 11 Feedback control
- 12 PID Controller (2/2)
- 13 Dynamic Target Controller
- 14 To bound concurrency in Go
- 15 Elastic semaphore
- 16 Architecture of kaburaya
- 17 Evaluation
- 18 Task: pt mac-scan (Good)
- 19 Task: pt mac-no-scan (Bad)
- 20 Task: mem_4096000_10000 (Good)
- 21 Task: mem_409600_100000 (Not so good)
- 22 Experimental results
- 23 Conclusion
- 24 Reference