Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 20k+ 个经纬度城市的数据库,我需要针对这个数据集进行很多最近点查询(哪个城市最接近某个纬度、经度点)。
我想 R-Tree 或 QuadTree 将是一个完美的数据结构,但我无法找到一个有效的 ruby 实现。你知道任何?
我找到了帮助我解决上述任务的kd-tree gem
或尝试:
https://github.com/iterationlabs/rquad