phaniarnab opened a new pull request #915: URL: https://github.com/apache/systemml/pull/915
This patch updates the weighted scheme by adding an elaborated scoring function. The function has two components - a ratio of compute time, in-memory size, and a last-used timestamp. The components are associated with weights, which can tune the eviction policies (e.g. weights 0 and 1 for time/size and timestamp respectively translate to LRU scheme). This patch also replaces the earlier PriorityQueye by a TreeSet. ---------------------------------------------------------------- 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: [email protected]
