OjG now has a tokenizer that is almost 10 times faster than json.Decode

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ojg

    Optimized JSON for Go

    The title says it all. The new tokenizer here https://github.com/ohler55/ojg and the benchmarks and comparison to other JSON packages is here https://github.com/ohler55/compare-go-json.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. compare-go-json

    A comparison of several go JSON packages.

    The title says it all. The new tokenizer here https://github.com/ohler55/ojg and the benchmarks and comparison to other JSON packages is here https://github.com/ohler55/compare-go-json.

  4. jsoniter

    A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)

    Need to compare with https://github.com/json-iterator/go too!

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

  • Building a high performance JSON parser

    19 projects | news.ycombinator.com | 5 Nov 2023
  • A Journey building a fast JSON parser and full JSONPath

    5 projects | news.ycombinator.com | 11 Oct 2023
  • Oj Is on Tap

    1 project | news.ycombinator.com | 3 Oct 2023
  • SEN: Simple Encoding Notation

    1 project | news.ycombinator.com | 17 Jul 2023
  • I wrote a JSON parsing library that makes it easy to query and even do arithmetic operations on JSON.

    3 projects | /r/golang | 3 Jul 2022

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