Package: RcppSimdJson 0.1.12.1

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, Brendan Knapp, Daniel Lemire

RcppSimdJson_0.1.12.1.tar.gz
RcppSimdJson_0.1.12.1.zip(r-4.5)RcppSimdJson_0.1.12.1.zip(r-4.4)RcppSimdJson_0.1.12.1.zip(r-4.3)
RcppSimdJson_0.1.12.1.tgz(r-4.4-x86_64)RcppSimdJson_0.1.12.1.tgz(r-4.4-arm64)RcppSimdJson_0.1.12.1.tgz(r-4.3-x86_64)RcppSimdJson_0.1.12.1.tgz(r-4.3-arm64)
RcppSimdJson_0.1.12.1.tar.gz(r-4.5-noble)RcppSimdJson_0.1.12.1.tar.gz(r-4.4-noble)
RcppSimdJson_0.1.12.1.tgz(r-4.4-emscripten)RcppSimdJson_0.1.12.1.tgz(r-4.3-emscripten)
RcppSimdJson.pdf |RcppSimdJson.html
RcppSimdJson/json (API)
NEWS

# Install 'RcppSimdJson' in R:
install.packages('RcppSimdJson', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppsimdjson/issues

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

On CRAN:

jsonsimdjson

7 exports 115 stars 5.19 score 1 dependencies 18 dependents 42 scripts 6.7k downloads

Last updated 2 months agofrom:cf710f10c2. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 16 2024
R-4.5-win-x86_64NOTEAug 16 2024
R-4.5-linux-x86_64NOTEAug 16 2024
R-4.4-win-x86_64NOTEAug 16 2024
R-4.4-mac-x86_64NOTEAug 16 2024
R-4.4-mac-aarch64NOTEAug 16 2024
R-4.3-win-x86_64NOTEAug 16 2024
R-4.3-mac-x86_64NOTEAug 16 2024
R-4.3-mac-aarch64NOTEAug 16 2024

Exports:floadfminifyfparseis_valid_jsonis_valid_utf8parseExamplevalidateJSON

Dependencies:Rcpp