Is cpp a good language for reading and writing large quantities of JSON files as quickly as possible?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • simdjson

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

  • For read speed there is a simdjson https://github.com/simdjson/simdjson I've not used this but the speed looks impressive.

  • RapidJSON

    A fast JSON parser/generator for C++ with both SAX/DOM style API

  • have a look at rapidjson for a a nice simple json framework https://rapidjson.org/ I use it and it's quite fast and as good as anything I used in python.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • Tips on adding JSON output to your command line utility. (2021)

    2 projects | news.ycombinator.com | 20 Apr 2024
  • Training great LLMs from ground zero in the wilderness as a startup

    3 projects | news.ycombinator.com | 6 Mar 2024
  • simdjson: Parsing Gigabytes of JSON per Second

    1 project | news.ycombinator.com | 23 Jan 2024
  • Simdjson: Parsing Gigabytes of JSON per Second

    1 project | news.ycombinator.com | 30 Nov 2023
  • New package : lspce - a simple LSP Client for Emacs

    4 projects | /r/emacs | 30 Jun 2023