0.1.2 • Published 10 years ago
sams-algorithm-lru v0.1.2
LRU Algorithm
LRU memory scheduler Algorithm
All documentation here Docs
How to use
To clone this module:
git clone --recursive https://github.com/samsteam/algorithm-lruvar LRU = require('sams-algorithm-lru');
LRU.ProcessRequirements(rawRequirements, framesAmmount, function(requerimentsResult, totalPageFault){
// do stuff...
});Demo
Execute node test.js.
How contribute?
To push your changes:
git push --recurse-submodules=on-demandIf having trouble with pushing your changes, try this first:
git submodule update --remote --merge