Build a minimal job pool that, for the moment will take a data frame and an operation, check the cache to see if that combination of matrix/operation has already been executed, return if so, else if the job has not been done run it and cache that result as a jld object along with a manifest file. This would be component(3) in the doc.
Build a minimal job pool that, for the moment will take a data frame and an operation, check the cache to see if that combination of matrix/operation has already been executed, return if so, else if the job has not been done run it and cache that result as a jld object along with a manifest file. This would be component(3) in the doc.