An open API service indexing awesome lists of open source software.

https://github.com/yinqiwen/geohash-int

A fast C99 geohash library which only provide int64 as hash result.
https://github.com/yinqiwen/geohash-int

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

geohash-int
======

A fast C99 [GeoHash](http://en.wikipedia.org/wiki/Geohash) library which only provide int64 hash result. You can use it to build a spatial index service with redis, like [Ardb](https://github.com/yinqiwen/ardb) already done.

## Embedding geohash-int

Just copy all files into your project.