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,398 of 186,911
Downloads: 3,259

Daily

Ranking: 108,865 of 186,896
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,912,026,438bundler
101,130,594,944rake
27910,427,495rspec

Owners

#GravatarHandle
1icondfurber