Categories: None [Edit]
dirty-memoize
Like Memoize, but designed for mutable and parametizable objects
Use when:
1. You have one expensive method (\compute) which set many internal
variables. So, is preferable lazy evaluation of these dependent variables.
2. The expensive operation depends on one or more parameters
3. Changes on one or more parameters affect all dependent variables
4. You may want to hide the call of 'compute' operation
5. The user could want test several different parameters values
Total
Ranking: 6,419 of 183,471
Downloads: 632,158
Daily
Ranking: 25,716 of 183,459
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
6,235 | 674,670 | statsample |
121,661 | 4,894 | statsample-sem |
157,755 | 2,986 | statsample-ekatena |
Owners
# | Gravatar | Handle |
---|---|---|
1 | clbustos |