Switch to FNV-1a hashing

This algorithm has better avalanche characteristics that FNV-1 while
being just as fast.
2 files changed
tree: a0b527d0c2771b2e49451cac15284558f8c7c145
  1. LICENSE
  2. list.go
  3. list_test.go
  4. map.go
  5. map_test.go
  6. profile.sh
  7. README.md
README.md

ps

Persistent data structures for Go. See the full package documentation

Install with

go get github.com/mndrix/ps