Hacker News new | ask | show | jobs
by aaronbee 1307 days ago
There are some folks working on porting SwissTable to Go: https://github.com/golang/go/issues/54766

What’s holding it back currently is coming up with a way to do incremental rehash, which Go’s current map provides.