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 <arXiv:1902.08318> paper for more details about 'simdjson'. This package is at present still a fairly thin and not fully complete wrapper that does not aim to replace the existing and excellent 'JSON' packages for R.
Version: | 0.1.0 |
Imports: | Rcpp, utils |
LinkingTo: | Rcpp |
Suggests: | bit64, tinytest |
Published: | 2020-07-07 |
Author: | Dirk Eddelbuettel, Brendan Knapp |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | README NEWS ChangeLog |
CRAN checks: | RcppSimdJson results |
Reference manual: | RcppSimdJson.pdf |
Package source: | RcppSimdJson_0.1.0.tar.gz |
Windows binaries: | r-devel: RcppSimdJson_0.1.0.zip, r-release: RcppSimdJson_0.1.0.zip, r-oldrel: not available |
macOS binaries: | r-release: RcppSimdJson_0.1.0.tgz, r-oldrel: RcppSimdJson_0.0.5.tgz |
Old sources: | RcppSimdJson archive |
Please use the canonical form https://CRAN.R-project.org/package=RcppSimdJson to link to this page.