Package: fastmatch 1.1-5
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-5.tar.gz
fastmatch_1.1-5.zip(r-4.5)fastmatch_1.1-5.zip(r-4.4)fastmatch_1.1-5.zip(r-4.3)
fastmatch_1.1-5.tgz(r-4.4-x86_64)fastmatch_1.1-5.tgz(r-4.4-arm64)fastmatch_1.1-5.tgz(r-4.3-x86_64)fastmatch_1.1-5.tgz(r-4.3-arm64)
fastmatch_1.1-5.tar.gz(r-4.5-noble)fastmatch_1.1-5.tar.gz(r-4.4-noble)
fastmatch_1.1-5.tgz(r-4.4-emscripten)fastmatch_1.1-5.tgz(r-4.3-emscripten)
fastmatch.pdf |fastmatch.html✨
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 9 months agofrom:a805fb5a89. Checks:OK: 8 NOTE: 1. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 11 2024 |
R-4.5-win-x86_64 | NOTE | Oct 11 2024 |
R-4.5-linux-x86_64 | OK | Oct 11 2024 |
R-4.4-win-x86_64 | OK | Oct 11 2024 |
R-4.4-mac-x86_64 | OK | Oct 11 2024 |
R-4.4-mac-aarch64 | OK | Oct 11 2024 |
R-4.3-win-x86_64 | OK | Oct 11 2024 |
R-4.3-mac-x86_64 | OK | Oct 11 2024 |
R-4.3-mac-aarch64 | OK | Oct 11 2024 |
Exports:%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% fastmatch fmatch fmatch.hash |