# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RcppSimdJson" in publications use:' type: software license: GPL-2.0-or-later title: 'RcppSimdJson: ''Rcpp'' Bindings for the ''simdjson'' Header-Only Library for ''JSON'' Parsing' version: 0.1.12.1 doi: 10.32614/CRAN.package.RcppSimdJson abstract: 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. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org - family-names: Knapp given-names: Brendan - family-names: Lemire given-names: Daniel repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/rcppsimdjson commit: cf710f10c2563c6d41b989a41b9587d146afc761 url: https://github.com/eddelbuettel/rcppsimdjson/ date-released: '2024-07-17' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org