Update capnproto.rst

This commit is contained in:
alexey-milovidov 2017-10-23 21:59:56 +03:00
parent 0d942a69c5
commit 08d6051f5d

View File

@ -16,6 +16,6 @@ When the schema file looks like:
c @1 :Uint64;
}
Deserialisation is almost as efficient as the binary rows format, with typically zero allocation overhead per message.
Deserialization is almost as efficient as the binary rows format, with typically zero allocation overhead per message.
You can use this format as an efficient exchange message format in your data processing pipeline.
You can use this format as an efficient exchange message format in your data processing pipeline.