Changing this line to use _wt_hash_city64 dropped the time spent in the hash function from 12% to 1.5% in a profile of phase 2 of index building (on a modified mongo tree using dictionary compression on a new index type). CityHash hashes 8 bytes at a time, while FNV hashes 1 byte at a time, so that improvement is in-line with expectations.
- Assignee:
- Etienne Petrel
- Reporter:
- Mathias Stearn
- Votes:
-
0 Vote for this issue
- Watchers:
-
9 Start watching this issue
- Created:
- Updated:
- Resolved: