You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
performance has been improved to much greater than v0.9.0 levels in #142 See benchmarks in that PR.
The exception is very small geometries with multiple parts (multi*, polygon). The splitting of the parts still uses the regexp. However, in most cases the improvements to the "point parsing" will greatly out-way any issues.
Hi,
I've noticed the degraded performance of the method wkt.Unmarshal since v.0.9.1
Here is the comparison
v.0.9.0
v.0.9.1
The text was updated successfully, but these errors were encountered: