[][src]Module fn_memo::sync::rw_lock

Functions

memoize

Creates a synchronized memoization of f using HashMap with RwLock as cache.

memoize_seq

Creates a synchronized memoization of the sequence f using Vec with RwLock as cache.