High-performance JSON codec

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. aeson

    A fast Haskell JSON library

    I'd be curious to see the benchmarks with the cffi flag enabled. aeson by default uses Haskell instead of C and this results in a pretty massive slowdown - the benchmark in that PR shows FFI being 12x faster.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. jsonifier

    Fast and simple JSON encoding toolkit

    Would be interesting to know how it compares to jsonifier. I've achieved 3x improvement over "aeson" with it as well.

  4. scientific

    Arbitrary-precision floating-point numbers represented using scientific notation

    Also weighing against scientific is a correctness issue. The exponent cannot be larger than the maximum machine word value.

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

  • Efficiency of parsing large JSON, alternatives?

    4 projects | /r/haskell | 12 Aug 2021
  • Monthly Hask Anything (November 2022)

    3 projects | /r/haskell | 1 Nov 2022
  • Haskell adoption is higher than I expected, what can we do to get it to top 10 languages.

    6 projects | /r/haskell | 24 Oct 2022
  • [ANN]: servant-typescript, TypeScript client generation for Servant

    3 projects | /r/haskell | 17 Mar 2022
  • What are the go-to libraries for RestAPIs and GraphQL APIs?

    5 projects | /r/haskell | 16 Feb 2022