Sonic: A fast JSON serializing and deserializing library

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

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

    It is mentioned here: https://github.com/bytedance/sonic/blob/a577eafc253adb943924..., but it isn't included in the benchmarks graphs. Seems this repo is specifically focused on Golang and isn't necessarily motivated by being the fastest JSON [de]serializer on the planet.

  • 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
  • simdjson

    Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks

    Just another case where a library tests and publishes all the libraries slower than it, but none faster. cough simdjson [1] cough

    ---

    [1] https://github.com/simdjson/simdjson

  • simdjson-go

    Golang port of simdjson: parsing gigabytes of JSON per second

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

  • User-Space Interrupts (2021)

    2 projects | news.ycombinator.com | 17 Sep 2024
  • SIMD < SIMT < SMT: Parallelism in Nvidia GPUs (2011)

    1 project | news.ycombinator.com | 11 Jun 2024
  • Tips on adding JSON output to your command line utility. (2021)

    2 projects | news.ycombinator.com | 20 Apr 2024
  • 1BRC Merykitty's Magic SWAR: 8 Lines of Code Explained in 3k Words

    4 projects | news.ycombinator.com | 9 Mar 2024
  • Training great LLMs from ground zero in the wilderness as a startup

    3 projects | news.ycombinator.com | 6 Mar 2024

Did you konow that C++ is
the 7th most popular programming language
based on number of metions?