Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect intersection result #8

Open
svalaskevicius opened this issue May 23, 2021 · 0 comments
Open

Incorrect intersection result #8

svalaskevicius opened this issue May 23, 2021 · 0 comments

Comments

@svalaskevicius
Copy link

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

Benchmarking set-intersection/random/IDLSet/1000: Warming up for 3.0000 sthread 'main' panicked at 'assertion failed: `(left == right)`
  left: `194240`,
 right: `192246`', core/benches/core_benchmark.rs:146:17

Thanks,
Sarunas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant