sams
Version:
Some Awsome Memory Scheduler.
26 lines (16 loc) • 578 B
Markdown
# Sams-Core
######This is the repo that holds the algorithms & structures for the memory scheduler.
All documentation here [Docs](https://github.com/samsteam/sams-core/wiki)
## 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](https://github.com/samsteam/sams-core/tree/master/docs/design).
For testing, we're using [mochajs](http://mochajs.org)
#### Install mocha
`npm install -g mocha`
#### Run tests
`npm test`