Package: RcppFastFloat 0.0.5

RcppFastFloat: 'Rcpp' Bindings for the 'fast_float' Header-Only Library for Number Parsing

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.

Authors:Dirk Eddelbuettel [aut, cre], Brendan Knapp [aut], Daniel Lemire [aut]

RcppFastFloat_0.0.5.tar.gz
RcppFastFloat_0.0.5.zip(r-4.5)RcppFastFloat_0.0.5.zip(r-4.4)RcppFastFloat_0.0.5.zip(r-4.3)
RcppFastFloat_0.0.5.tgz(r-4.5-x86_64)RcppFastFloat_0.0.5.tgz(r-4.5-arm64)RcppFastFloat_0.0.5.tgz(r-4.4-x86_64)RcppFastFloat_0.0.5.tgz(r-4.4-arm64)RcppFastFloat_0.0.5.tgz(r-4.3-x86_64)RcppFastFloat_0.0.5.tgz(r-4.3-arm64)
RcppFastFloat_0.0.5.tar.gz(r-4.5-noble)RcppFastFloat_0.0.5.tar.gz(r-4.4-noble)
RcppFastFloat_0.0.5.tgz(r-4.4-emscripten)RcppFastFloat_0.0.5.tgz(r-4.3-emscripten)
RcppFastFloat.pdf |RcppFastFloat.html
RcppFastFloat/json (API)
NEWS

# Install 'RcppFastFloat' in R:
install.packages('RcppFastFloat', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/eddelbuettel/rcppfastfloat/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

rcppcpp

4.98 score 19 stars 6 scripts 406 downloads 2 exports 1 dependencies

Last updated 1 months agofrom:6aa25bb2d1. Checks:11 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 14 2025
R-4.5-win-x86_64OKFeb 19 2025
R-4.5-mac-x86_64OKFeb 14 2025
R-4.5-mac-aarch64OKFeb 14 2025
R-4.5-linux-x86_64OKFeb 14 2025
R-4.4-win-x86_64OKFeb 14 2025
R-4.4-mac-x86_64OKFeb 14 2025
R-4.4-mac-aarch64OKFeb 14 2025
R-4.3-win-x86_64OKFeb 14 2025
R-4.3-mac-x86_64OKFeb 14 2025
R-4.3-mac-aarch64OKFeb 14 2025

Exports:as.double2parseExample

Dependencies:Rcpp