flexihash icon indicating copy to clipboard operation
flexihash copied to clipboard

Flexihash is a small PHP library which implements consistent hashing.

Results 4 flexihash issues
Sort by recently updated
recently updated
newest added

I just got a 20x speedup in my python translation of this code by doing a binary search instead of "iterate over the whole sorted targets list one at a...

This isn't an issue with the library, just a question about how consistent hashing works with **weights**. If I change the weight of a target by some small amount, let's...

Ref: https://www.dereuromark.de/2019/01/04/test-composer-dependencies-with-prefer-lowest/

Can it be used with Redis for client-side sharding? Has this library some performance impact?