Package: RcppSimdJson Type: Package Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing Version: 0.1.15.2 Date: 2026-05-05 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 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 URL: https://github.com/eddelbuettel/rcppsimdjson/ BugReports: https://github.com/eddelbuettel/rcppsimdjson/issues RoxygenNote: 7.1.1 Encoding: UTF-8 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-05-05 10:43:03 UTC RemoteUrl: https://github.com/eddelbuettel/rcppsimdjson RemoteRef: HEAD RemoteSha: 9b848ddd86a075f71604108b2582d3e53b62553a NeedsCompilation: yes Packaged: 2026-07-02 10:15:49 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Brendan Knapp [aut] (ORCID: ), Daniel Lemire [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel