9 ms·
Ruby implementation: https://github.com/davetroy/geohash https://github.com/davetroy/geohash
by ushi 12y ago
Ruby implementation: https://github.com/davetroy/geohash https://github.com/davetroy/geohash
- jamra 12y agoWhy would you link this? It wraps around a java jar file. I can't study the code to see how it's implemented.
- hydrozen 12y agoI believe by default it uses the C implementation which you can read here: https://github.com/davetroy/geohash/blob/master/ext/geohash_native.c https://github.com/davetroy/geohash/blob/master/ext/geohash_...