open-location-code icon indicating copy to clipboard operation
open-location-code copied to clipboard

Test for efficient implementation

Open fulldecent opened this issue 4 years ago • 1 comments

fulldecent avatar Apr 25 '21 05:04 fulldecent

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, not WHILE (LONGITUDE > 180) LONGITUDE -= 360.

fulldecent avatar Jun 04 '21 19:06 fulldecent