We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
現在の実装(下)だと、全国で100件程度の衝突がある模様。どのようにパラメータを調整するべきか...
djb = (s) -> s.split('').reduce (h, str) -> ((h << 5) + h + str.charCodeAt 0) >>> 0 , 5381
The text was updated successfully, but these errors were encountered:
最適なハッシュ関数の生成にgperfが使えるらしいです。Twitterで教えてもらいました。JavaScriptの関数も生成できるっぽいですね。
Sorry, something went wrong.
perfect-hashブランチで、JavaScriptで使える実装を試しているのですが、Not foundにならない問題発生。Not foundを判定(100%じゃなくてよいので)できるものを探します...
perfect-hash
No branches or pull requests
現在の実装(下)だと、全国で100件程度の衝突がある模様。どのようにパラメータを調整するべきか...
The text was updated successfully, but these errors were encountered: