You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.description = 'A small library that memoizes method calls or code blocks for the duration of a block call only.'
s.summary = 'A small library that memoizes method calls or code blocks for the duration of a block call only. Easily turn memoizing on and off. Memoized values are forgotten after it\'s turned off. Annotate existing methods as sometimes memoized. Wrap code blocks and sometimes memoize the result'