open-location-code
open-location-code copied to clipboard
Test for efficient implementation
This PR is included inside (actually, obviated by) https://github.com/google/open-location-code/pull/463
And additionally, specification is added:
Longitude inputs MUST NOT cause runtime performance linearly dependent on the longitude. E.g. use
LONGITUDE % 360, notWHILE (LONGITUDE > 180) LONGITUDE -= 360.