GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
132 stars 63 forks source link

Performance improvements #97

Closed cvanfleteren closed 4 years ago

cvanfleteren commented 4 years ago

Biggest impact is changing List to Map, I wouldn't have guessed it makes such an impact for a List only containing 8 entries. Seconds biggest was not looking up the PositionFactory in the PositionSequenceIterator. Some minor improvements came from the Position constructor.