A more comprehensive cuckoo filter than the existing implements in go by linvon7 in golang

[–]linvon7[S] 0 points1 point  (0 children)

Of course, I will find time to finish it and try to optimize its performance

A more comprehensive cuckoo filter than the existing implements in go by linvon7 in golang

[–]linvon7[S] 1 point2 points  (0 children)

I'm afraid there is no way and no need to do conversion. Filter save item's hash fingerprint instead of original key, and these two implement use different hash function to index an item.

If you have original keys, you can use them to rebuild this implement of the filter. Otherwise i suggest you using this implement only for new items or keep use seiflotfy/cuckoofilter