Fastest memoization lib that supports N arguments
Faster than fast, smaller than micro ... a nano speed and nano size memoizer.
A memoization algorithm that only caches the result of the latest set of arguments, where argument equality is determined via a provided equality function.