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: 156,486 of 188,802
Downloads: 3,508

Daily

Ranking: 80,626 of 188,779
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,121,336,578bundler
101,202,966,022rake
29941,453,763rspec

Owners

#GravatarHandle
1icondfurber