LKedward / fhash

fpm package implementing a hash table with support for generic keys and values.
https://lkedward.github.io/fhash/
MIT License
38 stars 8 forks source link

Performance optimisation #3

Open LKedward opened 3 years ago

LKedward commented 3 years ago

Look into replacing the singly-linked lists with either dynamic arrays or recursively allocated types.