Chapter 5 Load Balancing Algorithm - AvgShedder
Last updated
Was this helpful?
Last updated
Was this helpful?
In the previous chapters, we have conducted an in-depth analysis of and , explaining their mechanisms, exploring their combinations, and identifying the .
However, these two combinations still have significant defects. These flaws spurred me to design and develop a novel algorithm. In this chapter, we shall explore in depth the design of the new load-balancing algorithm AvgShedder
.
The design document is included in the following PR:
The implementation source code can be seen in the following PR: