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 only a very thin and incomplete wrapper and does not aim to replace the existing and excellent 'JSON' packages for R. But it does already validate orders of magnitude faster.
Version: | 0.0.1 |
Imports: | Rcpp |
LinkingTo: | Rcpp |
Suggests: | tinytest |
OS_type: | unix |
Published: | 2020-02-12 |
Author: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
SystemRequirements: | C++17 |
Materials: | README ChangeLog |
CRAN checks: | RcppSimdJson results |
Reference manual: | RcppSimdJson.pdf |
Package source: | RcppSimdJson_0.0.1.tar.gz |
Windows binaries: | r-devel: not available, r-devel-gcc8: not available, r-release: not available, r-oldrel: not available |
OS X binaries: | r-release: not available, r-oldrel: not available |
Please use the canonical form https://CRAN.R-project.org/package=RcppSimdJson to link to this page.