This library is a rafactored and slightly redesigned version of the original code, so that it can be extended and be used in other research projects as well. It is still under continuous development.
Description: Custom implementation of a chained hash table (linked-list-based collision handling) with dynamic rehashing support. This project demonstrates the design, implementation, and testing of a ...
Abstract: GPU acceleration of hash tables in high-volume transaction applications such as computational geometry and bio-informatics are emerging. Recently, several hash table designs have been ...
Abstract: Hash tables are crucial data structures used for efficient storage and retrieval of data, finding wide applications in various domains such as computer graphics, machine learning, traffic ...