C++ library for parsing gigabytes of JSON per second
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++.
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++.
To install simdjson, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install simdjson
To see what files were installed by simdjson, run:
port contents simdjson
To later upgrade simdjson, run:
sudo port selfupdate && sudo port upgrade simdjson
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.