Package: RcppSimdJson
Type: Package
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for
        'JSON' Parsing
Version: 0.1.14
Date: 2025-09-13
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")),
             person("Brendan", "Knapp", role = "aut",
                    comment = c(ORCID = "0000-0003-3284-4972")),
             person("Daniel", "Lemire", role = "aut",
                    comment = c(ORCID = "0000-0003-3306-6922")))
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: 2025-09-13 12:00:31 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6419-907X>),
  Brendan Knapp [aut] (ORCID: <https://orcid.org/0000-0003-3284-4972>),
  Daniel Lemire [aut] (ORCID: <https://orcid.org/0000-0003-3306-6922>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-09-14 05:10:38 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-01 00:40:42 UTC; windows
Archs: x64
