Difference between revisions of "Talk:DemonicRage"
Jump to navigation
Jump to search
(a question?) |
|||
Line 1: | Line 1: | ||
− | I | + | :Recently I have build DemonicRage a new DCgun from the ground up that uses linked list and targets everyOne.. It perform very well untuned, but first I am addressing it's speed issues ..(I get skipped turn event after 60,000 scan, but notice poor performance much sooner) I have not tested to confirm, but i believe the distancing calculation is the main bottle neck.. I'm going to try caching the distance calculations. I figure it should work well, the percise distance isn't even important. Do you guys do this when using kd-Trees?? perhaps within a tree? -[[User:Jlm0924|Jlm0924]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 06:42, 7 January 2010
- Recently I have build DemonicRage a new DCgun from the ground up that uses linked list and targets everyOne.. It perform very well untuned, but first I am addressing it's speed issues ..(I get skipped turn event after 60,000 scan, but notice poor performance much sooner) I have not tested to confirm, but i believe the distancing calculation is the main bottle neck.. I'm going to try caching the distance calculations. I figure it should work well, the percise distance isn't even important. Do you guys do this when using kd-Trees?? perhaps within a tree? -Jlm0924