Package: RcppSimdJson
Type: Package
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for
        'JSON' Parsing
Version: 0.1.11
Date: 2023-11-28
Author: Dirk Eddelbuettel, Brendan Knapp, Daniel Lemire
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
 parses 'JSON' from string, file, or remote URLs under a variety of settings.
License: GPL (>= 2)
Imports: Rcpp, utils
LinkingTo: Rcpp
Suggests: bit64, tinytest
SystemRequirements: A C++17 compiler is required
URL: https://github.com/eddelbuettel/rcppsimdjson/
BugReports: https://github.com/eddelbuettel/rcppsimdjson/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-11-28 14:28:28 UTC; edd
Repository: CRAN
Date/Publication: 2023-11-28 17:20:13 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-12-21 04:12:36 UTC; unix
Archs: RcppSimdJson.so.dSYM
