ponylang / pony-tutorial

:horse: Tutorial for the Pony programming language
http://tutorial.ponylang.io
BSD 2-Clause "Simplified" License
310 stars 111 forks source link

Fix Pony and C code for jump consistent hash #510

Closed ergl closed 2 years ago

ergl commented 2 years ago

The Pony version was implementing a buggy version of https://arxiv.org/abs/1406.2294, while the C version was implementing a different version, albeit incompatible, from the same paper.


Fixes #181