yangzhiqiang / geohash-int

A fast C99 geohash library which only provide int64 as hash result.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fast C99 geohash library which only provide int64 as hash result.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 81.0%Language:C++ 17.8%Language:Makefile 1.2%