nlf / protobuf.js

A super rough, super simple, protocol buffer encoding library
24 stars 7 forks source link

Migrate 64 bit int support to use butils #24

Open nlf opened 10 years ago

nlf commented 10 years ago

Now that butils has support for doing bitwise operations on an entire buffer, need to evaluate speed differences between the current long.js implementation for big numbers and using native buffers with butils.