Package: RcppSimdJson
Type: Package
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for
        'JSON' Parsing
Version: 0.1.12
Date: 2024-07-06
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
 <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.
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: 2024-07-07 15:31:55 UTC; edd
Repository: CRAN
Date/Publication: 2024-07-07 16:40:02 UTC
