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:
RcppFastFloat_0.0.5.tar.gz
RcppFastFloat_0.0.5.zip(r-4.7)RcppFastFloat_0.0.5.zip(r-4.6)RcppFastFloat_0.0.5.zip(r-4.5)
RcppFastFloat_0.0.5.tgz(r-4.6-x86_64)RcppFastFloat_0.0.5.tgz(r-4.6-arm64)RcppFastFloat_0.0.5.tgz(r-4.5-x86_64)RcppFastFloat_0.0.5.tgz(r-4.5-arm64)
RcppFastFloat_0.0.5.tar.gz(r-4.7-arm64)RcppFastFloat_0.0.5.tar.gz(r-4.7-x86_64)RcppFastFloat_0.0.5.tar.gz(r-4.6-arm64)RcppFastFloat_0.0.5.tar.gz(r-4.6-x86_64)
RcppFastFloat_0.0.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:a3fcb54db6. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 116 | ||
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 159 | ||
| linux-release-arm64 | OK | 122 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 133 | ||
| macos-release-x86_64 | OK | 357 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 147 | ||
| windows-devel | OK | 100 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 93 | ||
| wasm-release | OK | 108 |
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 |
