[ 原始碼: ruby-ddmemoize ]
套件:ruby-ddmemoize(1.0.0-1.1)
ruby-ddmemoize 的相關連結
Debian 的資源:
下載原始碼套件 ruby-ddmemoize:
- [ruby-ddmemoize_1.0.0-1.1.dsc]
- [ruby-ddmemoize_1.0.0.orig.tar.gz]
- [ruby-ddmemoize_1.0.0-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Ruby library providing support for memoizing functions
The DDMemoize library adds support for memoizing Ruby functions, allowing for storing previously computed values. It provides the following features:
* Supports memoizing functions on frozen objects * Releases memoized values when needed in order to reduce memory pressure * Optionally records metrics
其他與 ruby-ddmemoize 有關的套件
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-ddmetrics (>= 1.0)
- Non-timeseries measurements for Ruby programs
-
- dep: ruby-ref (>= 2.0)
- library implements weak, soft, and strong references in Ruby