Title :
Hash table in massively parallel systems
Author :
Yen, I-Ling ; Bastani, Farokh
Author_Institution :
Dept. of Comput. Sci., Houston Univ., TX, USA
Abstract :
The authors look at the performance and new collision resolution strategies for hash tables in massively parallel systems. The results show that using a hash table with linear probing yields O(log N) time performance for handling M accesses by N processors when the load factor of the table is 50%, where N is the size of the hash table. This is better than the performance of using sorted arrays. Two phase hashing gives an average time complexity O(logN) for M simultaneous accesses to a hash table of size N even when the table has 100% load. Simulation results also show that hypercube hashing significantly outperforms linear probing and double hashing
Keywords :
computational complexity; file organisation; parallel processing; performance evaluation; collision resolution; double hashing; hash table; hypercube hashing; linear probing; massively parallel systems; performance; simulation results; time complexity; Application software; Computer science; Concurrent computing; Data structures; Databases; Expert systems; Hypercubes; Performance analysis; Sorting; Tree data structures;
Conference_Titel :
Parallel Processing Symposium, 1992. Proceedings., Sixth International
Conference_Location :
Beverly Hills, CA
Print_ISBN :
0-8186-2672-0
DOI :
10.1109/IPPS.1992.222988