helper
helper copied to clipboard
Bucket doesn't split elements into different partition
When I run it on the server it doesn't return the expected result.



Smaller partition size for clearer demonstration (32 partitions):

EDIT: I'm using the main helper module, version 5.6.2, with a standalone plugin (version 5.6.4).
https://github.com/lucko/helper/blob/master/helper/src/main/java/me/lucko/helper/bucket/AbstractBucket.java#L240
This is always 0 as sets contained are equal, so the only partitioning strategy that currently works is "RANDOM".
Thanks for figuring it out - sorry I never got around to doing it myself.
I've added a fix above, let me know if that sorts it.