Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a memoization/caching option #217

Open
Paethon opened this issue Mar 28, 2018 · 0 comments
Open

Add a memoization/caching option #217

Paethon opened this issue Mar 28, 2018 · 0 comments

Comments

@Paethon
Copy link

Paethon commented Mar 28, 2018

It would be really great if there would be an option for the @manipulate macro to turn on memoizing/caching of the results. Especially when using complicated plotting commands, everything gets pretty unresponsive.

A manual solution which works is to use to the Memoize.jl package, put everything executed by @manipulate in a function and define it using the @memoize macro. But it would be great if this could be done automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant