openresty / lua-resty-balancer

A generic consistent hash implementation for OpenResty/Lua
322 stars 77 forks source link

chash init #54

Closed akf00000 closed 1 year ago

akf00000 commented 1 year ago

In function chash_point_init_crc,Why is i initialized to 0 instead of from?

Is the result of this algorithm consistent with nginx?