Module unsync

Source

Structs§

Memo
The implementation of FnMemo for single-thread.

Traits§

Cache
The cache for single-thread memoization.

Functions§

memoize
Creates a memoization of f using HashMap as cache.
memoize_seq
Creates a memoization of the sequence f using Vec as cache.