Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 150 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 150 Bytes

spatialIndex

空间索引的各种实现:

  • GeoHash.php geohash算法配合redis sorted set 优化;
  • QuadTree.c/QuadTree.h 非满点四叉树