TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Google City Hash re-implemented in Go

3 pointsby zhenjlalmost 12 years ago

1 comment

zhenjlalmost 12 years ago
just ported cityhash&#x27;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)))