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-arm64)RcppSimdJson_0.1.12.1.tgz(r-4.4-x86_64)RcppSimdJson_0.1.12.1.tgz(r-4.3-arm64)RcppSimdJson_0.1.12.1.tgz(r-4.3-x86_64)
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 114 stars 5.18 score 1 dependencies 18 dependents 6.8k downloads

Last updated 9 days agofrom:cf710f10c2

Exports:floadfminifyfparseis_valid_jsonis_valid_utf8parseExamplevalidateJSON

Dependencies:Rcpp