Difference between revisions of "User:Xor/KdTree"

From Robowiki
Jump to navigation Jump to search
m (update)
Line 6: Line 6:
  
 
2x faster than [[User:Rednaxela/kD-Tree]] (k=5000, n=100000; k=1, n = 100000)
 
2x faster than [[User:Rednaxela/kD-Tree]] (k=5000, n=100000; k=1, n = 100000)
 +
 
tight with [[User:Rednaxela/kD-Tree]] (k=50, n = 100000)
 
tight with [[User:Rednaxela/kD-Tree]] (k=50, n = 100000)

Revision as of 08:40, 18 August 2018

This article is a stub. You can help RoboWiki by expanding it.

Source to be released after more tests/benchmarks are done.

Known scores

2x faster than User:Rednaxela/kD-Tree (k=5000, n=100000; k=1, n = 100000)

tight with User:Rednaxela/kD-Tree (k=50, n = 100000)