Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 319 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 319 Bytes

geohash-int

A fast C99 GeoHash library which only provide int64 hash result. You can use it to build a spatial index service with redis, like Ardb already done.

Embedding geohash-int

Just copy all files into your project.