Thread history

Fragment of a discussion from User talk:Skilgannon/KDTree
Viewing a history listing
Jump to navigation Jump to search
Time User Activity Comment
No results

Yeah, that's exactly where I was trying to speed things up. The way it is now, any path that I don't descend never has its Node contents examined, because I don't have to open up the Node to get the index when checking the bounds anymore. This means the Node contents (and the pointer to it) is never loaded unless it is determined that the Node needs to be searched.

Benchmarking says it's just a *tiny* bit quicker, and I like it so it stays =)

Skilgannon (talk)09:23, 21 July 2013