Academia.eduAcademia.edu

Storage-efficient data structure for large lookup dictionaries

1996, Information Processing Letters

Abstract
sparkles

AI

Fast retrieval from large dictionaries is a classic problem addressed by various data structures. This paper introduces a new storage-efficient structure called multiple bit hashing (mbh) that enhances retrieval speed by using multiple hash tables to represent keywords as bits, rather than storing complete keywords. The mbh structure's efficiency is demonstrated through its application and performance analysis, which reveals significant advantages over traditional techniques in terms of space utilization and retrieval time.