Chained hash table with custom hash/compare callbacks and load / bucket statistics.
hash_table/
├── include/ # public API
├── src/ # implementation
├── deps/ # internal dependencies
│ └── dlist/
├── test/
├── Makefile
└── README.md
make
make rundlist