Skip to content

Swift-v0.3.0

Latest
Compare
Choose a tag to compare
@mbalfour-amzn mbalfour-amzn released this 09 Jan 19:14
· 1 commit to main since this release
73a0792

✨ Features and improvements

  • Fixed performance issue causing O(N^2) instead of O(N) processing time. In testing with a ~400,000 character polyline representing a route across the continental USA, the decoding time has decreased from 496 seconds to 0.14 seconds.