You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking to use IDLSet, and was comparing the perf against some stdlib sets, but noticed, that while on 2/3 benchmarks IDLSet was rather faster, on the 3rd one it failed the checksum that both HashSet and BTreeSet agree upon.
Hi,
I was looking to use IDLSet, and was comparing the perf against some stdlib sets, but noticed, that while on 2/3 benchmarks IDLSet was rather faster, on the 3rd one it failed the checksum that both HashSet and BTreeSet agree upon.
Please see this data for the failing example, as well as the snippet of the benchmark: https://gist.github.com/svalaskevicius/33fb27464867838985f5eea4e7f7ac57
Thanks,
Sarunas
The text was updated successfully, but these errors were encountered: