Use hash/fnv's Writer interface directly

This technique generates the same hash key (in all my tests) but is
54% faster.
1 file changed
tree: 808ea3ff3310d806cfeb9ecd362b80ddff50ebe4
  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