TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Show HN: Google City Hash re-implemented in Go
3 points
by
zhenjl
almost 12 years ago
1 comment
zhenjl
almost 12 years ago
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)))