Expand description
§Memoizer
Memoizer is a struct that can cache results from expensive injective functions, allowing you to save time and processor cycles.
Structs§
- Memoizer
- The eponymous struct. Can only memoize function that takes a single argument and returns a single value, if you need more than this, you can use vectors, arrays or structs of your own to pass in more than one value.