sams
v1.0.0
Published
Some Awsome Memory Scheduler.
Downloads
50
Readme
Sams-Core
######This is the repo that holds the algorithms & structures for the memory scheduler.
All documentation here Docs
How to use
Clone this module:
git clone https://github.com/samsteam/sams-core
Install dependencies:
npm install
How to contribute
You can help us adding new algorithms :)
Check the docs.
For testing, we're using mochajs
Install mocha
npm install -g mocha
Run tests
npm test