You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Cap'n'proto is advertised as a fast serialization protocol. Are there any benchmarks or comparisons (especially with protobuf (original impl and square wire impl)? Thank you.
A bit of background
I'm looking for some protocol/impls to pass the data between C++ and Java considering it as a faster alternative to JNI. See the repo. The mains concern is about serialization performance on Java size, so the protocol can be good, but Java impl performance also matters.
The text was updated successfully, but these errors were encountered:
Hi, Cap'n'proto is advertised as a fast serialization protocol. Are there any benchmarks or comparisons (especially with protobuf (original impl and square wire impl)? Thank you.
A bit of background
I'm looking for some protocol/impls to pass the data between C++ and Java considering it as a faster alternative to JNI. See the repo. The mains concern is about serialization performance on Java size, so the protocol can be good, but Java impl performance also matters.
The text was updated successfully, but these errors were encountered: