🍺 BREW Explorer

← all formulae

simdjson

brew install simdjson v4.6.4 Apache-2.0

C++ library providing SIMD-accelerated JSON parsing with high throughput.

Why you might care

simdjson parses JSON significantly faster than traditional parsers by leveraging SIMD instructions on modern CPUs. It's a header-only or compiled library suitable for embedding in performance-critical applications that process large JSON datasets. Use it when JSON throughput matters and you're willing to trade some flexibility for speed.

Categories

Alternatives

nlohmann/json rapidjson jansson boost-property-tree
71.5k
30-day installs · #70
439.2k
90-day · #28
1.3M
365-day · #42

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [],
  "alternatives": [
    "nlohmann/json",
    "rapidjson",
    "jansson",
    "boost-property-tree"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "header-only-library",
    "json-tool"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "SIMD-accelerated C++ JSON parser",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:38+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "simdjson",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://simdjson.org",
  "homepage_og_description": "The simdjson library",
  "homepage_og_image": "https://simdjson.org/simdjsonlogo.png",
  "homepage_title": "The simdjson library",
  "installs_30d": 71482,
  "installs_365d": 1269283,
  "installs_90d": 439153,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": "2026-06-20T23:42:31+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "simdjson",
  "oldnames": [],
  "one_liner": "C++ library providing SIMD-accelerated JSON parsing with high throughput.",
  "optional_dependencies": [],
  "rank_30d": 70,
  "rank_365d": 42,
  "rank_90d": 28,
  "raw_hash": "3e5e09a2bc80a62b",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/s/simdjson.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "4.6.4",
  "versioned_formulae": [],
  "why_use_this": "simdjson parses JSON significantly faster than traditional parsers by leveraging SIMD instructions on modern CPUs. It\u0027s a header-only or compiled library suitable for embedding in performance-critical applications that process large JSON datasets. Use it when JSON throughput matters and you\u0027re willing to trade some flexibility for speed."
}