0.0.5 • Published 1 year ago

@cloudpss/mmap v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@cloudpss/mmap

check Codacy coverage Codacy Badge npm version

This is a pure esm package contains the mmap n-api addon for node.js.

Installation

npm install @cloudpss/mmap

Usage

import { mmap } from '@cloudpss/mmap';

const buffer = mmap('/file/to/mmap');

API

mmap(file: string, length?: number): Buffer

mmap<T>(view: new (buffer: ArrayBufferLike) => T, path: string, length?: number): T

License

MIT

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.0

2 years ago