Litcius/Paper detail

Multi-queues can be state-of-the-art priority schedulers

Anastasiia Postnikova, Nikita Koval, Giorgi Nadiradze, Dan Alistarh

202214 citationsDOI

Abstract

Designing and implementing efficient parallel priority schedulers is an active research area. An intriguing proposed design is the Multi-Queue: given n threads and m ≥ n distinct priority queues, task insertions are performed uniformly at random, while, to delete, a thread picks two queues uniformly at random, and removes the observed task of higher priority. This approach scales well, and has probabilistic rank guarantees: roughly, the rank of each task removed, relative to remaining tasks in all other queues, is O (m) in expectation. Yet, the performance of this pattern is below that of well-engineered schedulers, which eschew theoretical guarantees for practical efficiency.

Topics & Concepts

Priority queueQueueComputer scienceThread (computing)Probabilistic logicTask (project management)Distributed computingParallel computingTheoretical computer scienceComputer networkArtificial intelligenceOperating systemEconomicsManagementParallel Computing and Optimization TechniquesGraph Theory and AlgorithmsInterconnection Networks and Systems
Multi-queues can be state-of-the-art priority schedulers | Litcius