Protobuf-linq

Posted on June 04, 2013 · 1 min read · tagged with: #OSS #projections #serialization

I had an idea about querying and projecting over big streams of messages serialized with Google Protocol Buffers. If one needs only a few fields to his/her projection, why don’t make it implicit and prepare an optimal way of deseriali zing only these fields? That’s the way Protobuf-linq has been born. It’s simple, fast and eager to help you iterate over big streams of data. Check it out!