Using SWAR techniques to speed up parsing and serialization from/to JSON

This page summarizes the projects mentioned and recommended in the original post on /r/scala

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • jsoniter-scala

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs

  • SWAR (SIMD in register) techniques were used in the last release of jsoniter-scala to speed up parsing and serialization on JVM platforms.

  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

  • It allowed saving on load/store ops and parallel processing of bytes of JSON input/output. Also, it mitigates redundant index checks when storing bytes to byte arrays sequentially in GraalVM CE.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 1BRC Merykitty's Magic SWAR: 8 Lines of Code Explained in 3k Words

    4 projects | news.ycombinator.com | 9 Mar 2024
  • The Newest Java Json Benchmark Results just dropped

    8 projects | /r/java | 1 May 2023
  • Please try my JSON library

    2 projects | /r/scala | 27 Feb 2023
  • Post your problems with Scala 3/2.13 compiler performance!

    1 project | /r/scala | 19 Jan 2023
  • I benchmarked kotlin rust and go. The results will shock you , or not.

    4 projects | /r/Kotlin | 15 Jan 2023