fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

Support typed arrays #64

Closed andreasgal closed 8 years ago

andreasgal commented 8 years ago

I am using node-protobuf to parse caffe models and without supporting typed arrays node tends to run out of memory for large models. This also adds support to serializing typed arrays, which is probably generally useful as well.