simdjson-kotlin v0.1.0

Getting started

simdjson-kotlin is a Kotlin Multiplatform port of simdjson, a JSON parser that uses SIMD instructions to parse gigabytes of JSON per second, based on the paper Parsing Gigabytes of JSON per Second. The JVM implementation is based on simdjson-java.

What’s next