1 |
@[V]sheep sheep see the post above you
|
1 |
@[V]sheep sheep see the post above you
|
2 |
\n
|
2 |
\n
|
3 |
i was simply using 254^254 vs 128^128 (really really crude math), ignoring how you would actualy code things
|
3 |
i was simply using 254^254 vs 128^128 (really really crude math), ignoring how you would actualy code things
|
4 |
\n
|
4 |
\n
|
5 |
now that i looked at the code curent balancer does something like
|
5 |
now that i looked at the code curent balancer does something like
|
6 |
7*(254+1)*128=228480 calculations +a few from other parts
|
6 |
7*(254+1)*128=228480 calculations +a few from other parts
|
7 |
(although it only really needs to do 32640, but code is weird)
|
7 |
(although it only really needs to do 32640, but code is weird)
|
8 |
\n
|
8 |
\n
|
9 |
\n
|
9 |
\n
|
10 |
for all practical purposes my metod would have to do at least 32640 calculations for sort, and 128 for balancing
|
10 |
for all practical purposes my metod would have to do at least 32640 calculations for sort, and 128 for balancing
|
|
|
11 |
(although realisticly it would probably do more along the lines of 1280 for balancing because i lika the accurate)
|
11 |
\n
|
12 |
\n
|