bufferfromfile
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "bufferfromfile", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"engine": "node >= 5.0.0", | ||
"license": "MIT", | ||
@@ -15,5 +16,6 @@ "description": "Module in JavaScript providing convenient means for using files as standard ArrayBuffer making mmap behind the scene.", | ||
"scripts": { | ||
"install": "node-gyp configure && node-gyp rebuild", | ||
"test": "node ./test.js", | ||
"make_doc": "./doc.sh" | ||
"install": "node-gyp configure && node-gyp rebuild --msvs_version=auto", | ||
"test": "wtest staging", | ||
"make_doc": "./doc.sh", | ||
"clean": "rm -rf build node_modules" | ||
}, | ||
@@ -32,5 +34,3 @@ "repository": { | ||
}, | ||
"engines": { | ||
"node": ">=5.0.0" | ||
}, | ||
"gypfile": true, | ||
"keywords": [ | ||
@@ -37,0 +37,0 @@ "wTools", |
# BufferFromFile | ||
Module in JavaScript providing convenient means for using files as standard ArrayBuffer making mmap behind the scene. | ||
Native module for Nodejs providing convenient means for using files as standard ArrayBuffer making mmap behind the scene. | ||
BufferFromFile uses mmap to map file from hard drive to memory returning ArrayBuffer or TypedBuffer which can be manipulated just like ordinary buffer. | ||
@@ -5,0 +5,0 @@ mmap() creates a new mapping in the virtual address space of the calling process. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119749
58
146