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.
- Host: GitHub
- URL: https://github.com/yinqiwen/geohash-int
- Owner: yinqiwen
- License: bsd-3-clause
- Created: 2014-02-12T06:42:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T07:10:47.000Z (about 8 years ago)
- Last Synced: 2025-04-01T15:12:51.244Z (7 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 211
- Watchers: 18
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.