Commit 02d2803e authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: read seen set count atomically

In one instance, we were reading the occupancy of the seen set in a
multi-threaded context while not using an atomic. This has no impact on
platforms like x86 where this read is naturally atomic, but can result in torn
reads on other platforms.
parent 6b55ab7e
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