I'm currently using wire protocol buffers in one of my android apps and looks like it's parseFrom() method is not very efficient as it takes ~10 ms even to parse a very small amount of data.
So I came across this: https://capnproto.org/index.html
Does anyone know what's the key difference between these two protocol buffers, mainly in terms of performance and features?