Commit 606e91b3 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

avoid using set expansion mutex or next-peeking when single threaded

When the verifier is single threaded, there's no need to use a mutex or snoop
what other threads are doing. This allows us to optimise single threaded
checking slightly.

Github: related to #104 "remove set_expand_lock?"
parent 5b29f2c4
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