mkirchner / hamt

A hash array-mapped trie implementation in C
MIT License
284 stars 7 forks source link

fix hash depth bug #32

Closed mkirchner closed 1 year ago

mkirchner commented 1 year ago

Fixes a hash depth bug that caused data loss in hash exhaustion corner cases.