jch-erl
jch-erl copied to clipboard
Jump Consistent Hashing Library for Erlang/OTP
Results
1
jch-erl issues
Sort by
recently updated
recently updated
newest added
On https://github.com/darach/jch-erl/blob/master/c_src/jch.c, a `uint64_t` (not necesarily `unsigned long`) seed is converted to `double`. An IEEE 754 floating point number only has 53-bit mantissa digits; dividing the seed is redundant and...
enhancement