Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Cache hash results #2

Closed
krmaxwell opened this issue Jan 27, 2013 · 2 comments
Closed

Cache hash results #2

krmaxwell opened this issue Jan 27, 2013 · 2 comments

Comments

@krmaxwell
Copy link
Owner

Hashes should be stored for use in future runs so we only have to hash any new files. We can serialize into JSON (or Pickle) and store as a flat file rather than add the weight and dependency of a database like SQLite.

@krmaxwell
Copy link
Owner Author

We could pickle the NetworkX graph as well but not for now.

krmaxwell pushed a commit that referenced this issue Jan 27, 2013
@krmaxwell
Copy link
Owner Author

Note that for now we are explicitly not supporting listings generated by standalone ssdeep because there's more complexity there.

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

No branches or pull requests

1 participant