phaniarnab opened a new pull request #921: URL: https://github.com/apache/systemml/pull/921
This patch updates the cacheing logic to maintain a linkedlist between the entries having the same result data. Cache size is also being updated accordingly, once per linkedlist. Eviction logic and reading from disk is also updated. This patch increases number of entries in the cache at any given time, but also increases number entries to be evicted to recover certain amount of space. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org