Skip to content

lugnicca/elastic-hashing-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elastic Hash Table Implementation in C

This project implements an elastic hash table in C as described in this paper (Optimal Bounds for Open Addressing Without Reordering).

Building and Running

Local Build

To build and run the project locally:

make
./elastic_hash

Docker Build

To build and run using Docker:

docker-compose up --build

About

An elastic hashing implementation in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published