dellisd / spatial-k

Spatial K - A set of Kotlin Multiplatform Libraries for working with geospatial data
https://dellisd.github.io/spatial-k
MIT License
67 stars 12 forks source link

Serializing to JSON is extremely slow #84

Closed dellisd closed 2 years ago

dellisd commented 2 years ago

kotlinx.serialization was a convenient option for implementing serialization, however it becomes extremely slow on large FeatureCollections due to the amount of polymorphic serializer lookups.

Should consider alternative serialization methods.

dellisd commented 2 years ago

Fixed in #87