fuwaneko / node-protobuf

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

Optimized serialization looping. #73

Closed webmakersteve closed 8 years ago

webmakersteve commented 8 years ago

Reduced number of loops to gain 30-40% performance increase in serialization

Descriptor becomes first and final source of truth.