fuwaneko / node-protobuf

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

Performance improvement for NativeProtobuf::Serialize #52

Closed bgdavidx closed 8 years ago

bgdavidx commented 8 years ago

Update NativeProtobuf::Serialize to avoid implicit memory copy within Node.

fuwaneko commented 8 years ago

Thanks for noticing and fixing.