Invalid <buckets> parameter: 2^3 (supported: 2^[4..16]) #172
Closed
grayfallstown
started this conversation in
General
Replies: 1 comment
-
that's 8 buckets... that'll just thrash your RAM for no good.. the sorting will be slower too, I use bucket quick-sort in-memory, it gets slower with less buckets at some point |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a technical reason for not allowing 2^3 buckets?
My system has 64GB ram, so using a ramdisk is not an option for me and since parallel plotting is basically off the table with this plotter I want to make the most of my available ram.
Beta Was this translation helpful? Give feedback.
All reactions