Package: hellorust.multiversion 1.3.0
hellorust.multiversion: Minimal Rust SIMD Multiversioning Example for R
Template R package with minimal setup to use Rust code in R without hacks or frameworks, plus a Rust SIMD example selected by C runtime dispatch. Includes basic examples of importing cargo dependencies, spawning threads and passing numbers or strings from Rust to R. The SIMD demo keeps scalar and optional SSE2, AVX2, AVX-512, or NEON kernels in one Rust static library and lets C choose the best Rust function using Rust-reported compiled and CPU features. Cargo crates are automatically 'vendored' in the R source package to support offline installation. This project was first presented at 'Erum2018' to showcase R-Rust integration <https://jeroen.github.io/erum2018/>; for a real world use-case, see the 'gifski' package on 'CRAN'.
Authors:
hellorust.multiversion_1.3.0.tar.gz
hellorust.multiversion_1.3.0.zip(r-4.7)hellorust.multiversion_1.3.0.zip(r-4.6)hellorust.multiversion_1.3.0.zip(r-4.5)
hellorust.multiversion_1.3.0.tgz(r-4.6-x86_64)hellorust.multiversion_1.3.0.tgz(r-4.6-arm64)hellorust.multiversion_1.3.0.tgz(r-4.5-x86_64)hellorust.multiversion_1.3.0.tgz(r-4.5-arm64)
hellorust.multiversion_1.3.0.tar.gz(r-4.7-arm64)hellorust.multiversion_1.3.0.tar.gz(r-4.7-x86_64)hellorust.multiversion_1.3.0.tar.gz(r-4.6-arm64)hellorust.multiversion_1.3.0.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
hellorust.multiversion/json (API)
NEWS
| # Install 'hellorust.multiversion' in R: |
| install.packages('hellorust.multiversion', repos = c('https://sounkou-bioinfo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sounkou-bioinfo/hellorust-multiversion/issues
Last updated from:7b49927721. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 127 | ||
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 209 | ||
| linux-release-arm64 | OK | 122 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-release-x86_64 | OK | 162 | ||
| macos-oldrel-arm64 | OK | 132 | ||
| macos-oldrel-x86_64 | OK | 175 | ||
| windows-devel | OK | 92 | ||
| windows-release | OK | 174 | ||
| windows-oldrel | OK | 183 | ||
| wasm-release | FAIL | 93 |
Exports:hellorandomrunthreadssimd_count_nonzerosimd_infosimd_set_backend
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Hello Rust! | hello random runthreads |
| Count non-zero bytes with Rust SIMD kernels and C dispatch | simd_count_nonzero simd_info simd_set_backend |
