spatialIndex
spatialIndex copied to clipboard
空间索引的各种实现
spatialIndex
空间索引的各种实现:
- GeoHash.php geohash算法配合redis sorted set 优化;
- QuadTree.c/QuadTree.h 非满点四叉树