mapbox / wellknown

GeoJSON-emitting WKT parser for browsers and node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimize backtracking & regex position

tmcw opened this issue · comments

The .substring(i) pattern is probably a performance hit - should look into other simple patterns for doing this, or look at a potential tokenize step.