Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Weakref-based computation cache for state memoization.

A Flyweight-inspired ndarray wrapper.

Memory-efficient operation caching: avoids recomputation by reusing intermediate results, and auto-cleans when no longer needed.

Provides two simplest example operations (one of them is idempotent).

Extend with your own computational methods for numerical data, numpy arrays with more than one dimensions.

About

Inspired by the design pattern a weakref-based computation cache for state memoization

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages