Skip to content

Releases: baishancloud/luajit2

fix hash collision issue with thousands of similar small strings

19 Jan 13:32

Choose a tag to compare

Replace lookup3 hash with original hash in lua-5.1

lookup3 use only three uint32_t in a string to calculate hash, which results in terrible collision with similar strings.