Package: RcppFastFloat 0.0.4

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.48550/arXiv2101.11408>. '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, Brendan Knapp

RcppFastFloat_0.0.4.tar.gz
RcppFastFloat_0.0.4.zip(r-4.5)RcppFastFloat_0.0.4.zip(r-4.4)RcppFastFloat_0.0.4.zip(r-4.3)
RcppFastFloat_0.0.4.tgz(r-4.4-arm64)RcppFastFloat_0.0.4.tgz(r-4.4-x86_64)RcppFastFloat_0.0.4.tgz(r-4.3-arm64)RcppFastFloat_0.0.4.tgz(r-4.3-x86_64)
RcppFastFloat_0.0.4.tar.gz(r-4.5-noble)RcppFastFloat_0.0.4.tar.gz(r-4.4-noble)
RcppFastFloat_0.0.4.tgz(r-4.4-emscripten)RcppFastFloat_0.0.4.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'))

Peer review:

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

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

On CRAN:

rcpp

2 exports 19 stars 2.19 score 1 dependencies 216 downloads

Last updated 21 days agofrom:c0313f39dd

Exports:as.double2parseExample

Dependencies:Rcpp