Package: RcppSimdJson
Type: Package
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for
        'JSON' Parsing
Version: 0.1.1
Date: 2020-08-10
Author: Dirk Eddelbuettel, Brendan Knapp
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: 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.
License: GPL (>= 2)
Imports: Rcpp, utils
LinkingTo: Rcpp
Suggests: bit64, tinytest
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-08-10 21:25:13.685112 UTC; edd
Repository: CRAN
Date/Publication: 2020-08-11 15:00:11 UTC
