A package to create, open, read and write memory mapped files.
npm install node-file-mappingA package to create, open, read and write memory mapped files.
- This package supports windows and linux. So to use it you need one of those.
This package was developed and tested under Node.js v20.15.0 x64.
Using npm:
``bash`
npm install node-file-mapping
Using yarn:
`bash`
yarn add node-file-mapping
Using pnpm:
`bash``
pnpm add node-file-mapping
The documentation can be found under: Documentation
The guidelines for contributing can be found under: Contributing
Released under the MIT License.