[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#786552: ITP: ruby-dirty-memoize -- Similar to ruby-memoize, but for mutable and parameterizable objects



Package: wnpp
Severity: wishlist
Owner: Balint Reczey <balint@balintreczey.hu>

* Package name    : ruby-dirty-memoize
  Version         : 0.0.4
  Upstream Author :  Claudio Bustos
* URL             :  https://github.com/clbustos/dirty-memoize
* License         : Expat
  Programming Lang: ruby
  Description     : Similar to ruby-memoize, but for mutable and
parametizable objects
 The dirty-memoize library can help making your program faster in the
 following cases:
 .
  - You have one expensive method which sets many internal variables,
    thus lazy evaluation of these dependent variables is preferred.
  - The expensive operation depends on one or more parameters
  - Changes to one or more parameters affect all dependent variables
  - You may want to hide the call to the 'compute' operation

--

The package is a dependency of ruby-statsample


Reply to: