./math/R-fastmatch, Fast match() Function

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.4, Package name: R-fastmatch-1.1.4, Maintainer: pkgsrc-users

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.


Master sites: (Expand)


Version history: (Expand)


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.