Cuckoo hashing in C

前端 未结 8 2244
傲寒
傲寒 2021-02-19 01:15

Does anybody have an implementation of Cuckoo hashing in C? If there was an Open Source, non GPL version it would be perfect!

Since Adam mentioned it in his comment, any

8条回答
  •  感情败类
    2021-02-19 01:55

    The IO language has one, in PHash.c. You can find the code for IO on Github. IO is BSD licensed.

提交回复
热议问题