Amortization Results for Chromatic Search Trees, with an Application to Priority Queues

作者:

Highlights:

摘要

The intention in designing data structures with relaxed balance, such as chromatic search trees, is to facilitate fast updating on shared-memory asynchronous parallel architectures. To obtain this, the updating and rebalancing have been uncoupled, so extensive locking in connection with updates is avoided. In this paper, we prove that only an amortized constant amount of rebalancing is necessary after an update in a chromatic search tree. We also prove that the amount of rebalancing done at any particular level decreases exponentially, going from the leaves toward the root. These results imply that, in principle, a linear number of processes can access the tree simultaneously. We have included one interesting application of chromatic trees. Based on these trees, a priority queue with possibilities for a greater degree of parallelism than previous proposals can be implemented.

论文关键词:

论文评审过程:Received 10 March 1995, Revised 4 April 1997, Available online 25 May 2002.

论文官网地址:https://doi.org/10.1006/jcss.1997.1511