Benchmark for key hashing

This code is frequently used and seems to be generating far more
garbage and consuming more CPU than I expected it would.  This is a
first step towards optimizing it.
1 file changed
tree: 3a3502cfdd0ee571eace408913f3f78c20c94be5
  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