Registry / utility / memo-wise

memo-wise

JSON →
library1.13.0rbrubygemsunverified

The wise choice for Ruby memoization, providing efficient caching of method results.

gem install memo_wise
INSTALL
IMPORT
SIG · MEMO-WISE
M
memo-wise
utilityrubyv1.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MemoWise
require 'memo_wise'

Memoize a method to cache its result

require 'memo_wise' class Example prepend MemoWise def compute sleep 1 42 end memo_wise :compute end Example.new.compute
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
memo-wise — gem install memo-wise · libregistry