zellige / hs-geojson

GeoJSON parsing library [Haskell]
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

implementing null and length on Data.LinearRing and Data.LineString for improved performance #32

Open noinia opened 1 month ago

noinia commented 1 month ago

as the title says. In particular the default implementation for length is O(n), whereas O(log n) suffices.