simdjson icon
simdjson icon

simdjson

 1 like

JSON is everywhere on the Internet. Servers spend a lot of time parsing it. We need a fresh approach. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5x faster than anything else out there.

License model

  • FreeOpen Source

Country of Origin

  • CA flagCanada

Platforms

  • Self-Hosted
5 / 5 Avg rating (1)
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  JSON Parser

 Tags

simdjson News & Activities

Highlights All activities

Recent activities

No activities found.

simdjson information

  • Developed by

    CA flagDaniel Lemire
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    2 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  20,655 Stars
  •  1,082 Forks
  •  138 Open Issues
  •   Updated Jun 4, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about simdjson, and it has gotten 1 likes

simdjson was added to AlternativeTo by Paul on Aug 7, 2020 and this page was last updated Aug 7, 2020.
No comments or reviews, maybe you want to be first?
Post comment/review

What is simdjson?

JSON is everywhere on the Internet. Servers spend a lot of time parsing it. We need a fresh approach. The simdjson library uses commonly available SIMD instructions and microparallel algorithms to parse JSON 2.5x faster than anything else out there.

  • Fast: Over 2.5x faster than other production-grade JSON parsers.
  • Easy: First-class, easy to use API.
  • Strict: Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises.
  • Automatic: Selects a CPU-tailored parser at runtime. No configuration needed.
  • Reliable: From memory allocation to error handling, simdjson's design avoids surprises.

Official Links