Commit Graph

2 Commits

Author SHA1 Message Date
alesapin
d477cc0df4 Fix incorrect performance tests 2019-05-15 19:44:25 +03:00
Vasily Nemkov
e4988110ec Implementation of geohashEncode and geohashDecode functions;
Function signatures:
 * geohashEncode(float lon, float lat, int precision) => string

 * geohashDecode(string encoded) => (float llon, float lat)

With test cases and documentation;
2019-05-10 14:59:24 +03:00