We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ce28e commit d0cf734Copy full SHA for d0cf734
README.md
@@ -45,6 +45,7 @@ fmt.Println("DENVER Tile: ", idx.Values(den)) //contains no values!
45
Here are some microbenchmarks for converting a location at zoom level 18.
46
There's nothing really to compare them to, but should give a sense of op time on a 2.3 GHz core i7 MBP.
47
```
48
+$ go test -bench=. -benchmem -benchtime 10s
49
BenchmarkTileFromCoordinate-8 100000000 165 ns/op 0 B/op 0 allocs/op
50
BenchmarkTileFromQuadkey-8 300000000 43.7 ns/op 0 B/op 0 allocs/op
51
BenchmarkQuadkeyFromTile-8 200000000 95.4 ns/op 32 B/op 1 allocs/op
0 commit comments