Toward the Fastest, Compatible JSON Decoder - Sonnet

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

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. sonnet

    High performance JSON decoder in Go

    Good morning. Let me introduce my first public Go package. This is a JSON decoder called Sonnet ( https://github.com/sugawarayuuta/sonnet ) that has given faster results (at least in my environment) than Sonic (which is said that it's the fastest) without the help of assembly!

  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. sonic

    A blazingly fast JSON serializing & deserializing library (by bytedance)

    Good morning. Let me introduce my first public Go package. This is a JSON decoder called Sonnet ( https://github.com/sugawarayuuta/sonnet ) that has given faster results (at least in my environment) than Sonic (which is said that it's the fastest) without the help of assembly!

  4. json

    Experimental implementation of a proposed v2 encoding/json package (by go-json-experiment)

    Add https://github.com/go-json-experiment/json

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

  • The latest JSON encode/decode benchmarks and analysis!

    3 projects | /r/golang | 29 Sep 2023
  • My fast JSON library in Go is now even faster and safer

    3 projects | news.ycombinator.com | 20 Sep 2023
  • Show HN: Sonnet – The fastest JSON parser I can think of in Go

    1 project | news.ycombinator.com | 1 May 2023
  • Toward the Fastest, Compatible JSON Decoder – Sonnet

    2 projects | news.ycombinator.com | 11 Feb 2023
  • bet365/jingo gets perf boost of up to a 3rd faster 🚀 (json encoding)

    1 project | /r/golang | 27 Mar 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?