What steps will reproduce the problem?
1. Building with ASSERTS on in a Release environment.
What is the expected output? What do you see instead?
I expected dense_hash_set to beat the unordered_set even on an asserted release
build.
What version of the product are you using? On what operating system?
Sparsehash 2.0.2
Please provide any additional information below.
64-bit Linux, GCC 4.7.2, -O2 -std=c++11