Commit f67cf8c8 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

switch to using xxHash for hashing states

By using a proper hashing function we get a fairly dramatic speed up. This now
makes checking long-running2 practical. We get 453 seconds on our current
representative platform. Note, this is still single-threaded.

This commit contains sources from xxHash v0.6.5. xxhash.c from that release has
been pasted into xxhash.h so that we can emit the checker as a single source
file.
parent 7f193777
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment