Meteor

Results 8 comments of Meteor

Well, i create a new fork of it. It uses XXH3 and 16 bits fingerprint(done by panmari) https://github.com/InteractivePlus/cuckoofilter Maybe someone could try about this? More "reliable" and faster looking up...

Hope Go can really support this optimization. It's a certainly great project! However, as far as i'm concerned, those guys in Google wonld't hear from people from the community most...

Hello, sorry for delay. Here is the evaluation benchmark result. The source code : https://github.com/MeteorsLiu/test-cmp 1. Compare Randi(Wyrng VS Go): ``` BenchmarkRandiGoMod-8 75846440 15.78 ns/op BenchmarkRandiGo-8 76128673 15.77 ns/op BenchmarkRandiWyrng-8...

And Why I replace the MetroHash with XXH3 . According to the tests, https://github.com/rurban/smhasher MetroHash 64 has a LongNeighbor problem, while XXH3 hasn't. https://github.com/hmakholm/smhasher/blob/master/src/LongNeighborTest.md As far as i'm concerned, XXH3...

Sorry, i misunderstand your meaning. I will separate this requests a few days later.

I'm sorry that i forgot the pr. Because i infected the COVID-19 in that time, when i recovered from it, i forgot it...