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: 154,782 of 190,529
Downloads: 3,621

Daily

Ranking: 30,890 of 190,497
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,254,889,834bundler
81,260,447,422rake
29959,406,060rspec

Owners

#GravatarHandle
1icondfurber