node-memcpy icon indicating copy to clipboard operation
node-memcpy copied to clipboard

Copies data between node Buffers and/or ArrayBuffers up to ~75 times faster than in pure JS.

Results 3 node-memcpy issues
Sort by recently updated
recently updated
newest added
trafficstars

This package is great, but cannot be installed on node versions after 0.12. Do you have any plans to update this to be compatible with newer versions? The javascript code...

$ npm install --save memcpy > [email protected] install /Users/haoyin/workspace/code/idorp/ozj/test/angular2-seed/node_modules/memcpy > node-gyp configure build CXX(target) Release/obj.target/memcpy/src/memcpy.o In file included from ../src/memcpy.cc:18: ../node_modules/nan/nan.h:342:68: error: too many arguments to function call, expected at...

Updated the dependencies (nan & node-arraybuffer [https://github.com/vmolsa/node-arraybuffer/pull/1]) to support building using io.js 2. Please review.