Package: fastmatch 1.1-8
fastmatch: Fast 'match()' Function
Package providing a fast match() replacement for cases that require repeated look-ups. It is slightly faster that R's built-in match() function on first match against a table, but extremely fast on any subsequent lookup as it keeps the hash table in memory.
Authors:
fastmatch_1.1-8.tar.gz
fastmatch_1.1-8.zip(r-4.7)fastmatch_1.1-8.zip(r-4.6)fastmatch_1.1-8.zip(r-4.5)
fastmatch_1.1-8.tgz(r-4.6-x86_64)fastmatch_1.1-8.tgz(r-4.6-arm64)fastmatch_1.1-8.tgz(r-4.5-x86_64)fastmatch_1.1-8.tgz(r-4.5-arm64)
fastmatch_1.1-8.tar.gz(r-4.7-arm64)fastmatch_1.1-8.tar.gz(r-4.7-x86_64)fastmatch_1.1-8.tar.gz(r-4.6-arm64)fastmatch_1.1-8.tar.gz(r-4.6-x86_64)
fastmatch_1.1-8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
fastmatch/json (API)
NEWS
| # Install 'fastmatch' in R: |
| install.packages('fastmatch', repos = c('https://s-u.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/s-u/fastmatch/issues
Last updated from:85f0c64965. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 120 | ||
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 162 | ||
| linux-release-arm64 | OK | 112 | ||
| linux-release-x86_64 | OK | 96 | ||
| macos-release-arm64 | OK | 74 | ||
| macos-release-x86_64 | OK | 187 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| macos-oldrel-x86_64 | OK | 162 | ||
| windows-devel | OK | 79 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 102 |
Exports:%!fin%%fin%coalescectapplyfmatchfmatch.hash
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create an index that groups unique values together | coalesce |
| Fast tapply() replacement functions | ctapply |
| Fast match() replacement | %!fin% %fin% fastmatch fmatch fmatch.hash |
