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:Dirk Eddelbuettel [aut, cre], Brendan Knapp [aut], Daniel Lemire [aut]

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

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

jsonsimdjsoncpp

8.85 score 125 stars 22 packages 54 scripts 4.0k downloads 7 exports 1 dependencies

Last updated from:9b848ddd86. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK161
linux-devel-x86_64OK179
source / vignettesOK259
linux-release-arm64OK150
linux-release-x86_64OK177
macos-release-arm64OK120
macos-release-x86_64OK301
macos-oldrel-arm64OK115
macos-oldrel-x86_64OK258
windows-develOK219
windows-releaseOK144
windows-oldrelOK151
wasm-releaseOK109

Exports:floadfminifyfparseis_valid_jsonis_valid_utf8parseExamplevalidateJSON

Dependencies:Rcpp