Merge pull request #1 from kiro/go-geoindex

Adding go-geoindex
This commit is contained in:
Kiril Minkov 2015-09-25 14:08:49 +01:00
commit a7a025094e

View File

@ -187,6 +187,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [trie](https://github.com/derekparker/trie) - Trie implementation in Go * [trie](https://github.com/derekparker/trie) - Trie implementation in Go
* [ttlcache](https://github.com/diegobernardes/ttlcache) - An in-memory LRU string-interface{} map with expiration for golang * [ttlcache](https://github.com/diegobernardes/ttlcache) - An in-memory LRU string-interface{} map with expiration for golang
* [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters. * [willf/bloom](https://github.com/willf/bloom) - Go package implementing Bloom filters.
* [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index.
## Database ## Database