Package: RcppFastFloat
Type: Package
Title: 'Rcpp' Bindings for the 'fast_float' Header-Only Library for
        Number Parsing
Version: 0.0.5
Date: 2025-01-15
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: Converting ascii text into (floating-point) numeric values is a
 very common problem. The 'fast_float' header-only C++ library by Daniel Lemire
 does it very well and very fast at up to or over to 1 gigabyte per second as
 described in more detail in <doi:10.1002/spe.2984>. 'fast_float' is
 licensed under the Apache 2.0 license and provided here for use by other R
 packages via a simple 'LinkingTo:' statement.
License: GPL (>= 2)
Imports: Rcpp
LinkingTo: Rcpp
Suggests: tinytest
URL: https://github.com/eddelbuettel/rcppfastfloat/,
        https://dirk.eddelbuettel.com/code/rcpp.fastfloat.html
BugReports: https://github.com/eddelbuettel/rcppfastfloat/issues
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-01-15 13:13:47 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>),
  Brendan Knapp [aut] (<https://orcid.org/0000-0003-3284-4972>),
  Daniel Lemire [aut] (<https://orcid.org/0000-0003-3306-6922>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-01-15 13:30:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:45:33 UTC; windows
Archs: x64
