RubyGems Navigation menu

fast_memoize 0.1.1

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.1 - November 21, 2021 (10.5 KB)
  2. 0.1.0 - November 21, 2021 (10.5 KB)

Development 依赖 (3):

bundler >= 2
rake ~> 10.0
rspec ~> 3.0

业主:

推送:

作者:

  • David Furber

SHA 256 校验和:

a8ffcae834f1c0242840a2be7bb6aa13018b567a2d5d19a18f08077d560e5c98

下载总量 2,749

这个版本 1,651

许可:

MIT

需要的 Ruby 版本: >= 0

链接: