Registry / utility / alt-memery

alt-memery

JSON →
library3.0.2rbrubygemsunverified

Alt Memery is a memoization gem using UnboundMethod instead of prepend Module.

gem install alt_memery
INSTALL
IMPORT
SIG · ALT-MEMERY
A
alt-memery
utilityrubyv3.0.2
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.

AltMemery
require 'alt_memery'

Memoize methods using Alt Memery's UnboundMethod approach

require 'alt_memery' class MyClass extend AltMemery memoize def expensive_method sleep 1 'result' end end MyClass.new.expensive_method
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
alt-memery — gem install alt-memery · libregistry