Hacker News new | ask | show | jobs
by hythloday 5011 days ago
Thanks! The canonical data structure to avoid the O(n^2) lookup is a kdtree, which I think is reasonably easy to implement in coffeescript.