Hey Friend,
I've been writing a data library and I need the most performant possible solution to memoize function results based on arbitrary arguments.
I was wondering how this compares to https://github.com/memoize-immutable/MixedTupleMap and https://github.com/memoize-immutable/TupleMap in terms of performance.
I might try these in the benchmark.
Hey Friend,
I've been writing a data library and I need the most performant possible solution to memoize function results based on arbitrary arguments.
I was wondering how this compares to https://github.com/memoize-immutable/MixedTupleMap and https://github.com/memoize-immutable/TupleMap in terms of performance.
I might try these in the benchmark.