Path to this page:
./
math/R-fastmatch,
Fast match() Function
Branch: CURRENT,
Version: 1.1.4,
Package name: R-fastmatch-1.1.4,
Maintainer: pkgsrc-usersPackage 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.
Master sites: (Expand)
Version history: (Expand)
- (2024-01-20) Package added to pkgsrc.se, version R-fastmatch-1.1.4 (created)
CVS history: (Expand)
2024-01-20 05:33:58 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(math/R-fastmatch) import R-fastmatch-1.1.4
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.
|