Title :
A generalized simultaneous access dictionary machine
Author :
Fan, Zhenqiang ; Cheng, Kam-Hoi
Author_Institution :
Adv. Comput. Solutions Inc., Houston, TX, USA
fDate :
4/1/1991 12:00:00 AM
Abstract :
A simultaneous access design of a dictionary machine which supports insert, delete, and search operations is presented. The design is able to handle p accesses simultaneously and allows redundant accesses to occur. In the design, processors performing insert or delete operations are free to perform other tasks after submitting their accesses to the design; processors that perform search operations get their response in O(log N) time. Compared to all sequential access designs of a dictionary which require O(p ) time to process p accesses, the presented design provides much higher throughput; specifically, O(p/log p) times better. It also provides a fast mechanism to avoid the sequential access bottleneck in any large multiprocessor system
Keywords :
data structures; parallel architectures; bottleneck; dictionary machine; multiprocessor system; redundant accesses; search operations; simultaneous access; Computer science; Data structures; Dictionaries; Hardware; Multiprocessing systems; Natural language processing; Parallel processing; Pipeline processing; Process design; Throughput;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on