bits-and-blooms / bitset

Go package implementing bitsets
BSD 3-Clause "New" or "Revised" License
1.32k stars 173 forks source link

possible to change murmur to xxh3? #129

Open kolinfluence opened 1 year ago

kolinfluence commented 1 year ago

murmur is very slow. else change to city64

lemire commented 1 year ago

We won’t change the default in the near term, as it would break existing code. However, we can take optional alternatives and if they provide significant, real performance benefits, advertize them. Pull requests invited.