-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
This is with the parameters in many_keys.rs, just changing the number of keys:
[...]
part 507 bucket 0.01% chain: 8388608
Too many displacements. Aborting!
Possible causes:
- Too many elements in part.
- Not enough empty slots => lower alpha.
- Not enough buckets => increase c.
- Not enough entropy => fix algorithm.
part 1350 bucket 0.03% chain: 8388608
Too many displacements. Aborting!
Possible causes:
- Too many elements in part.
- Not enough empty slots => lower alpha.
- Not enough buckets => increase c.
- Not enough entropy => fix algorithm.
thread 'main' panicked at /home/vigna/git/PTRHash/src/lib.rs:369:13:
Failed to find a global seed after 3 tries for 262144 keys.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I can send the whole log if that's useful.
Metadata
Metadata
Assignees
Labels
No labels