simdjson 3.13.0
JSON parser for C++ using SIMD instructions
The simdjson library uses commonly available SIMD instructions and microparallel algorithms to implement a strict JSON parser with UTF-8 validation.
- Outputs:
out
- Website: https://github.com/simdjson/simdjson
- Licenses: ASL 2.0
- Package source: gnu/packages/cpp.scm
- Builds: See build status
- Issues: See known issues
Installation
Install simdjson 3.13.0
as follows:
guix install simdjson@3.13.0
Or install the latest version:
guix install simdjson
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.