simdjson
Port variant std
Summary SIMD-accelerated C++ JSON parser
Package version 4.2.2
Homepage https://github.com/simdjson/simdjson
Keywords devel
Maintainer nobody
License APACHE20 , MIT (dual)
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 08 DEC 2025, 00:38:39 UTC
Port created 08 DEC 2025, 00:38:39 UTC
Subpackage Descriptions
set This is the simdjson:std metapackage. It pulls in all subpackages of simdjson:std.
primary simdjson : Parsing gigabytes of JSON per second 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 4x faster than RapidJSON and 25x faster than JSON for Modern C++. - Fast: Over 4x faster than commonly used production-grade JSON parsers. - Record Breaking Features: Minify JSON at 6 GB/s, validate UTF-8 at 13 GB/s, NDJSON at 3.5 GB/s. - Easy: First-class, easy to use and carefully documented APIs. - Strict: Full JSON and UTF-8 validation, lossless parsing. Performance with no compromises. - Automatic: Selects a CPU-tailored parser at runtime without configuration - Reliable: From memory allocation to error handling, simdjson's design avoids surprises. - Peer Reviewed: Our research appears in venues like VLDB Journal, Software: Practice and Experience.
dev This is the developer subpackage of the simdjson:std port. It may contain headers, pc files, static and PIC libraries and SO links.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) cmake:primary:std
Runtime (only) ravensys-gcc:cxx_run:std (primary subpackage)
ravensys-gcc:libs:std (primary subpackage)
Download groups
main mirror://GITHUB/simdjson:simdjson:v4.2.2
data mirror://GITHUB/simdjson:simdjson-data:4197c42:simdjson_data/dependencies/.cache/simdjson-data
Distribution File Information
3efae22cb41f83299fe0b2e8a187af543d3dda93abbb910586f897df670f9eaa 4710677 simdjson-simdjson-4.2.2.tar.gz 65bbcd1aac381428754bba498dbb8016f67d2910d92d996abe6a7d7e555f2bdd 6636619 simdjson-simdjson-data-4197c42.tar.gz
Ports that require simdjson:std
nodejs:std Evented I/O for V8 JavaScript