|
|
|
|
|
by kybernetikos
3346 days ago
|
|
> fast binary serialization/de-serialization with type safety I'm not sure about Protobuf3, but certainly the older versions of protobuf could never be as fast as some other formats, because the message layouts were dynamic, meaning that you had to have lots of branches in the reading code. |
|