A 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:
npm install node-file-mapping
Using yarn:
yarn add node-file-mapping
Using pnpm:
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.