JavaScript Map meets your Hard Disk
$ npm i --save node-strongmapconst map = new StrongMap();
map.name('/dev/sda1`); // not smart
map.name('happy-map'); // more smartconst map = StrongMap();
map.name('/dev/sda1');
// it's a mapNothing.
## Why this?
- sync file access (and use fsyncSync and fsyncdataSync)
- very slow
- inefficient
- incomplete
- buggy and leaky
map.root('path/to/where/i/store/my/dicts');