No packages match
iterors - Fast, Compact Iterators and Tools
A fresh take on iterators in R. Designed to be cross-compatible with the 'iterators' package, but using the 'nextOr' method will offer better performance as well as more compact code. With batteries included: includes a collection of iterator constructors and combinators ported and refined from the 'iterators', 'itertools', and 'itertools2' packages.
Last updated
6.65 score 5 stars 1 dependents 24 scripts 191 downloadsmemo - Hashmaps and Memoization (In-Memory Caching of Repeated Computations)
A simple in-memory, LRU cache that can be wrapped around any function to memoize it. The cache is keyed on a hash of the input data (using 'digest') or on pointer equivalence. Also includes a generic hashmap object that can key on any object type.
Last updated
5.34 score 13 stars 34 scripts 148 downloads