I wrote yet another json parser. It may be a contender for fastest.

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rjson

    A fast json parser for go

  • I then began to wonder why nobody is using Ragel to make a general json parser for go. So I wrote one thinking I would run into problems and get my answer. There were some challenges along the way, but I never ran into the kind of problems I expected. I ended up with rjson.

  • simdjson-go

    Golang port of simdjson: parsing gigabytes of JSON per second

  • You can also try comparing with https://github.com/minio/simdjson-go. It does use a different API, however, would be good to compare nevertheless.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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