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

Investigate using FunFlow to cache model simulation results #11

Open
5 tasks
bbarker opened this issue May 21, 2020 · 0 comments
Open
5 tasks

Investigate using FunFlow to cache model simulation results #11

bbarker opened this issue May 21, 2020 · 0 comments
Assignees

Comments

@bbarker
Copy link
Collaborator

bbarker commented May 21, 2020

https://github.com/tweag/funflow

Possible hash method for matlab files: 

File-based

  1. Write each struct to a file named with a random UUID 
  2. Make sure it is written to memory (Haskell library) for improved speed (ramfs)
  3. checksum or hash file 
  4. delete file

Other Appends:

  • git hash of relevant repositories
  • whether said repositories are dirty
  • if dirty, hash the output of git diff or similar
  • nix commit
  • other deps or data?
    But how does FunFlow store binary data (i.e. data for abstract types)?
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