GeoLatte / geolatte-geom

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

Use jsoniter-scala for GeoJSON #148

Closed plokhotnyuk closed 1 year ago

plokhotnyuk commented 2 years ago

Consider using jsoniter-scala instead of jackson.

It has Scala.js and Scala Native support and is much more efficient in runtime.

Below are results of benchmarks that parse and serialize some real world GeoJSON sample on JVMs with different JSON parsers for Scala, including jsoniter-scala and jackson.

image image