paulmach / go.geo

Geometry/geography library in Go, DEPRECATED, use ->
https://github.com/paulmach/orb
MIT License
330 stars 55 forks source link

Remove Allocations from Path.Encode #16

Closed paulmach closed 9 years ago

paulmach commented 9 years ago

Removed a bunch of the allocations for big speed improvements:

benchmark               old ns/op     new ns/op     delta
BenchmarkPathEncode     135389        23444         -82.68%

@mlerner

mlerner commented 9 years ago

:+1: