Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blutsvente/vlab_memoize

A Specman/e package that provides a memoization utility for methods
https://github.com/blutsvente/vlab_memoize

memoization memoize-decorator

Last synced: 3 days ago
JSON representation

A Specman/e package that provides a memoization utility for methods

Awesome Lists containing this project

README

        

A Specman/e package that provides a memoization utility for methods.

Given a pure method definition, e.g.
foo(a: uint): int { ... }
you can memoize it at the place of its definition by
MEMOIZE foo(a: uint): int { ... }

See also examples/test_memoize.e. You can also run demo.sh (might need adjustment to work with your Specman installation).