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: 155,930 of 189,766
Downloads: 3,555

Daily

Ranking: 36,562 of 189,739
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,203,153,237bundler
81,242,058,526rake
29952,467,422rspec

Owners

#GravatarHandle
1icondfurber