Skip to content

Commit

Permalink
memoize is now stable. Update webpage to reflect that
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed May 17, 2011
1 parent e4b8ece commit 568a03a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion _layouts/rosella.html
Expand Up @@ -41,7 +41,8 @@
<a href="/Rosella/libraries/action.html">Action</a> &ndash;
<a href="/Rosella/libraries/container.html">Container</a> &ndash;
<a href="/Rosella/libraries/proxy.html">Proxy</a> &ndash;
<a href="/Rosella/libraries/event.html">Event</a>
<a href="/Rosella/libraries/event.html">Event</a> &ndash;
<a href="/Rosella/libraries/memoize.html">Memoize</a>

<br/>
Infrastructure:
Expand Down
6 changes: 6 additions & 0 deletions index.md
Expand Up @@ -102,6 +102,12 @@ full-featured mock objects for use in testing with the Test
library. Several tests in the Rosella test suite are implemented
using this library.

#### [Memoize](/Rosella/libraries/memoize.html)

The Memoize library adds in functionality to add memoization and caching to
subroutines. There is a simple version and a version which uses proxies to add
more features, but is slower.

### Rosella Development Libraries

Rosella has a number of other libraries in planning and development. These
Expand Down
6 changes: 0 additions & 6 deletions libraries/future.md
Expand Up @@ -49,12 +49,6 @@ creating cheap Decorators. A Decorator is an object which adds new
attributes and methods to an object of an existing class, without violating
encapsulation.

### Memoize

The Memoize library adds in functionality to add memoization and caching to
subroutines. There is a simple version and a version which uses proxies to add
more features, but is slower.

### Path

The Path library allows searching of nested aggregates by using path strings.
Expand Down

0 comments on commit 568a03a

Please sign in to comment.