tonystone / geofeatures2

A lightweight, high performance geometry library in Swift.
Apache License 2.0
19 stars 4 forks source link

Wkt parse performance #76

Closed tonystone closed 8 years ago

tonystone commented 8 years ago

Enhancing the performance of the WKTReader class as it was taking 5 seconds to parse a Polygon of California. It is now taking 0.016 seconds.

phchang commented 8 years ago

Approved

eswiss commented 8 years ago

I have some questions here, but minus my comments, things look fine. I will go ahead and approve with the assumption that any necessary updates will be made.