[][src]Module fn_memo::unsync

Structs

Memo

The single-thread implementation of FnMemo.

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.