Package: RcppSimdJson 0.1.15.2
RcppSimdJson: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing
The 'JSON' format is ubiquitous for data interchange, and the 'simdjson' library written by Daniel Lemire (and many contributors) provides a high-performance parser for these files which by relying on parallel 'SIMD' instruction manages to parse these files as faster than disk speed. See the <doi:10.48550/arXiv.1902.08318> paper for more details about 'simdjson'. This package parses 'JSON' from string, file, or remote URLs under a variety of settings.
Authors:
RcppSimdJson_0.1.15.2.tar.gz
RcppSimdJson_0.1.15.2.zip(r-4.7)RcppSimdJson_0.1.15.2.zip(r-4.6)RcppSimdJson_0.1.15.2.zip(r-4.5)
RcppSimdJson_0.1.15.2.tgz(r-4.6-x86_64)RcppSimdJson_0.1.15.2.tgz(r-4.6-arm64)RcppSimdJson_0.1.15.2.tgz(r-4.5-x86_64)RcppSimdJson_0.1.15.2.tgz(r-4.5-arm64)
RcppSimdJson_0.1.15.2.tar.gz(r-4.7-arm64)RcppSimdJson_0.1.15.2.tar.gz(r-4.7-x86_64)RcppSimdJson_0.1.15.2.tar.gz(r-4.6-arm64)RcppSimdJson_0.1.15.2.tar.gz(r-4.6-x86_64)
RcppSimdJson_0.1.15.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RcppSimdJson/json (API)
NEWS
| # Install 'RcppSimdJson' in R: |
| install.packages('RcppSimdJson', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eddelbuettel/rcppsimdjson/issues
Last updated from:9b848ddd86. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 161 | ||
| linux-devel-x86_64 | OK | 179 | ||
| source / vignettes | OK | 259 | ||
| linux-release-arm64 | OK | 150 | ||
| linux-release-x86_64 | OK | 177 | ||
| macos-release-arm64 | OK | 120 | ||
| macos-release-x86_64 | OK | 301 | ||
| macos-oldrel-arm64 | OK | 115 | ||
| macos-oldrel-x86_64 | OK | 258 | ||
| windows-devel | OK | 219 | ||
| windows-release | OK | 144 | ||
| windows-oldrel | OK | 151 | ||
| wasm-release | OK | 109 |
Exports:floadfminifyfparseis_valid_jsonis_valid_utf8parseExamplevalidateJSON
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing | RcppSimdJson-package RcppSimdJson |
| Fast, Friendly, and Flexible JSON Parsing | fload fparse |
| simdjson Utilities | fminify is_valid_json is_valid_utf8 simdjson-utilities |
| Simple JSON Parsing Example | parseExample |
| Validate a JSON file, fast | validateJSON |
