TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A few insights gained from a recent excursion into hashing

22 点作者 error54将近 11 年前

2 条评论

Igglyboo将近 11 年前
This is pretty interesting but I don&#x27;t know what they were expecting. These hashing functions are pretty strongly rooted in mathematics, usually implementing the functions defined in math papers is the easiest part. Probably would have worked better if they got a bunch of math majors to do this instead of software developers.<p>I&#x27;m not trying to bash software developers either but most don&#x27;t have the math background to write their own (good)hashing function.
评论 #8174644 未加载
评论 #8173852 未加载
vicaya将近 11 年前
There is little reason to use non-crypto hash these days, given fast crypto hash like SipHash.