Skip to content

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

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

blutsvente/vlab_memoize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Topics

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages