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

A space-efficient object serialization library for NodeJS

Results 16 node-msgpack issues
Sort by recently updated
recently updated
newest added

I'm using this module from electron and recently electron has declared modules as deprecated that aren't context-aware, the error message is `(node:11920) Electron: Loading non-context-aware native module in renderer: '\\?\...\node_modules\msgpack\build\Release\msgpackBinding.node'....

Windows 7 node 6.9 npm 3.10.8 python 2.7 node-gyp 3.6.2 VS Build tools 2015 ----------------------------- When installing msgpack, I'm getting this error: ![error](https://user-images.githubusercontent.com/7890647/28472364-a81edc12-6e16-11e7-9e28-65a5e2ac7ce9.png) I've already set _npm_config_node_gyp_ as env var...

I just run the benchmark on node 4.x here and msgpack is way slower than JSON. ``` ↪ ./run_tests test/benchmark/benchmark.js benchmark.js msgpack.pack: 7171ms, JSON.stringify: 2373ms ratio of JSON.stringify/msgpack.pack: 0.33091619021057034 ✔...

- unsupported fd type error fixed (fixes #58) - sys.puts deprecated fixed

Node: 4.2.1 Windows: 10 Visual Studio: 2013 and 2015 installed, Build Tools installed. Python: 2.7 NPM: 3.8.0 Node-gyp: 3.3.1 I tried any options which are assoicated with the build process...

seems to build fine with 0.12.7, not so much with 4.4.1 output seen here: [out.txt](https://github.com/pgriess/node-msgpack/files/194202/out.txt) steps to reproduce ``` bash nvm install 4.4.1 nvm use 4.4.1 npm install msgpack ```

I am currently testing msgpack vs raw object storage vs protobuf into an ES6 Map (using node 5.x) There seems to be some kind of memory issue with the current...

Just wanted to say I almost abandoned using this project, as it appeared that it did not support the new msgpack v5 string/binary distinctions. Just updating the references in readme.md...

Debian 6 only supports g++ up to version 4.4 which I don't think has c++11 support in it. The previous version of msgpack we were using installed and worked great....

I just run the bench.js with `msgpack-js`, the results is different from `README.md`. ``` bash $ node msgpack.js 20 msgpack pack: 6073 ms msgpack unpack: 2098 ms 22 msgpack-js pack:...