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:
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-x86_64)RcppFastFloat_0.0.4.tgz(r-4.4-arm64)RcppFastFloat_0.0.4.tgz(r-4.3-x86_64)RcppFastFloat_0.0.4.tgz(r-4.3-arm64)
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')) |
Bug tracker:https://github.com/eddelbuettel/rcppfastfloat/issues
Last updated 1 months agofrom:84767f7da6. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 18 2024 |
R-4.5-win-x86_64 | OK | Oct 18 2024 |
R-4.5-linux-x86_64 | OK | Oct 18 2024 |
R-4.4-win-x86_64 | OK | Oct 18 2024 |
R-4.4-mac-x86_64 | OK | Oct 18 2024 |
R-4.4-mac-aarch64 | OK | Oct 18 2024 |
R-4.3-win-x86_64 | OK | Oct 18 2024 |
R-4.3-mac-x86_64 | OK | Oct 18 2024 |
R-4.3-mac-aarch64 | OK | Oct 18 2024 |
Exports:as.double2parseExample
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Ultra efficient string-to-'double' Conversion | as.double2 |
Floating Point Parsing Example | parseExample |