Categories: None [Edit]

fast_memoize

https://rubygems.org/gems/fast_memoize
https://github.com/dfurber/fast_memoize
If you are used to doing memoization with `@my_method ||= yada_yada` and `return @my_method if defined?(@my_method); @my_method = yada_yada`, but you would like to get the memoization stuff out of the `yada_yada` part, but still rest assured that the `memoize` method does nothing more than that, then this gem is for you.

Total

Ranking: 157,827 of 180,643
Downloads: 2,733

Daily

Ranking: 79,870 of 180,629
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,097,068,755bundler
16860,399,527rake
24771,261,281rspec

Owners

#GravatarHandle
1icondfurber