attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Q: difference between khash.h and khashl.h #167

Closed ib00 closed 1 year ago

ib00 commented 1 year ago

What's the main difference between hash tables in khash.h and khashl.h?

attractivechaos commented 1 year ago

khashl.h is newer and implements a better deletion algorithm, in theory. Their performance is generally similar.