Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Bulk bug report

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
4/28/2014 9:36:30 PMGBrankKyubey before revert after revert
4/28/2014 9:29:27 PMGBrankKyubey before revert after revert
Before After
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