Modular Baskets Queue

05/12/2022
by   Armando Castañeda, et al.
0

A modular version of the baskets queue of Hoffman, Shalev and Shavit is presented. It manipulates the head and tail using a novel object called load-link/increment-conditional, which can be implemented using only READ/WRITE instructions, and admits implementations that spread contention. This suggests that there might be an alternative to the seemingly inherent bottleneck in previous queue implementations that manipulate the head and the tail using read-modify-write instructions over a single shared register.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset