Difference between revisions of "User:Xor/KdTree"

From Robowiki
Jump to navigation Jump to search
(Initial commit)
 
m (update)
Line 5: Line 5:
 
== Known scores ==
 
== Known scores ==
  
2x faster than Rednaxela's second gen kd-tree (k=5000, 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)

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)