Difference between revisions of "Talk:Diamond/Code"

From Robowiki
Jump to navigation Jump to search
(Interesting code)
 
(length of code)
Line 2: Line 2:
  
 
Your kd-tree seems almost as long as mine (just not seperated), I should try jamming mine down and see how small I can get it. --[[User:Chase-san|Chase]] 17:58, 16 May 2009 (UTC)
 
Your kd-tree seems almost as long as mine (just not seperated), I should try jamming mine down and see how small I can get it. --[[User:Chase-san|Chase]] 17:58, 16 May 2009 (UTC)
 +
 +
Not sure if you're accounting for this, but there's a lot of fluff left in the files as posted. It would look a lot shorter if you removed the commented out debugging and the diagnostics stuff... But I favor code clarity and performance over condensing code, anyway. I thought it would be a lot longer, actually. =) This kd-tree stuff isn't quite as complex as I expected. --[[User:Voidious|Voidious]] 18:11, 16 May 2009 (UTC)

Revision as of 20:11, 16 May 2009

Interesting code

Your kd-tree seems almost as long as mine (just not seperated), I should try jamming mine down and see how small I can get it. --Chase 17:58, 16 May 2009 (UTC)

Not sure if you're accounting for this, but there's a lot of fluff left in the files as posted. It would look a lot shorter if you removed the commented out debugging and the diagnostics stuff... But I favor code clarity and performance over condensing code, anyway. I thought it would be a lot longer, actually. =) This kd-tree stuff isn't quite as complex as I expected. --Voidious 18:11, 16 May 2009 (UTC)