DocumentCode
970777
Title
Concurrent Maintenance of Binary Search Trees
Author
Manber, Udi
Author_Institution
Department of Computer Science, University of Wisconsin, Madison, WI 53706.
Issue
6
fYear
1984
Firstpage
777
Lastpage
784
Abstract
The problem of providing efficient concurrent access for independent processes to a dynamic search structure is the topic of this paper. We develop concurrent algorithms for search, update, insert, and delete in a simple variation of binary search trees, called external trees. The algorithm for deletion, which is usually the most difficult operation, is relatively easy in this data structure. The advantages of the data structure and the algorithms are that they are simple, flexible, and efficient, so that they can be used as a part in the design of more complicated concurrent algorithms where maintaining a dynamic search structure is necessary. In order to increase the efficiency of the algorithms we introduce maintenance processes that independently reorganize the data structure and relieve the user processes of nonurgent operations. We also discuss questions of transactions in a dynamic environment and replicated copies of the data structure.
Keywords
Application software; Binary search trees; Computer science; Data structures; Operating systems; Process design; Tree data structures; Concurrent algorithms; data structures; distributed algorithms; locking; transactions; trees;
fLanguage
English
Journal_Title
Software Engineering, IEEE Transactions on
Publisher
ieee
ISSN
0098-5589
Type
jour
DOI
10.1109/TSE.1984.5010306
Filename
5010306
Link To Document