iansheret/CachePure​Function

Cache slow calculations, update if the code changes.

https://github.com/iansheret/CachePureFunction

Ahora está siguiendo esta publicación

CachePureFunction is a simple tool for caching the results of expensive calculations. Any function call can be wrapped up; the first time it's evaluated a cache file will be created, and on subsequent calls the result will be read from disk instead of calculated. Calling the same function with different arguments is fine, separate cache files will be maintained.
CachePureFunction takes special care to detect when the source code changes, and it will reevaluate the function if needed. This doesn't just apply to the top level function, all of the functions which are involved in a calculation are tracked.

Citar como

Ian Sheret (2026). iansheret/CachePureFunction (https://github.com/iansheret/CachePureFunction), GitHub. Recuperado .

Agradecimientos

Inspirado por: GetFullPath, DataHash

Categorías

Más información sobre Deployable Archive Creation en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux

No se pueden descargar versiones que utilicen la rama predeterminada de GitHub

Versión Publicado Notas de la versión Action
1.0.0.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.