TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Show HN: Google City Hash re-implemented in Go
3 点
作者
zhenjl
将近 12 年前
1 comment
zhenjl
将近 12 年前
just ported cityhash's test program over to Go and passed!!<p>Type casting like this makes my brain hurt.<p>b = uint32(int64(b) * int64(c1) + int64(int8(v)))