-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: RcppSimdJson
Type: Package
Title: 'Rcpp' Bindings for the 'simdjson' Header-Only Library for 'JSON' Parsing
Version: 0.1.12.1
Date: 2024-07-17
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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