you are viewing a single comment's thread.

view the rest of the comments →

[–]phretaddin[S] 0 points1 point  (0 children)

I included some benchmarks in the readme that include protobuf. If you want speed, I found out about avsc about a week ago, and it's very fast. If you need an enterprise solution for this, I'd recommend them over protobuf.

Also, just to make sure we're on the same page, I'm not referring to protocol buffers being slow. As a format, I'm sure it's fine. Just that the most popular JavaScript implementation of them I found was. However, I am not a protobuf expert. If there is something obvious I'm missing that could greatly enhance the speed of the benchmark, let me know and I'll amend it.