An exploration of Stochastic Fairness Queuing (SFQ), a 1990 algorithm by Paul McKenney that isolates workloads from different clients using a fixed set of hash-assigned queues with O(1) complexity. Unlike strict per-client queuing (O(customers) queues), SFQ uses a periodically perturbed hash function to prevent noisy neighbors

3m read timeFrom brooker.co.za
Post cover image
Table of contents
Single HashTwo-Choice Hash (Power of Two)

Sort: