nmmmnu / geohash

geohash implementation in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GEOHASH - implementation in C++


What is geohash?

Geohash is a algorithm for encoding two dimentional coordinates into a hash.

This release

  • Modern C++17
  • Fast, no allocations
  • Neigbour cell optimization

About

geohash implementation in C++


Languages

Language:C++ 98.8%Language:Makefile 1.2%