Re: [protobuf] Search inside a protocolbuffers file

2011-04-19 Thread Sankar P
On Thu, Apr 7, 2011 at 8:07 PM, Sankar P sankar.curios...@gmail.com wrote: On Thu, Apr 7, 2011 at 3:06 PM, Pherl Liu liuj...@google.com wrote: protobuf officially does not provide this function. There might be some 3rd party libraries though. I did a search and could not find any. Have you

Re: [protobuf] Search inside a protocolbuffers file

2011-04-19 Thread Sankar P
that will be slower. I was wondering if I could implement a cursor based API which will return matching record for a passed query, one at a time, until there are no more matches, etc. Sankar On Tue, Apr 19, 2011 at 7:28 PM, Sankar P sankar.curios...@gmail.com wrote: On Thu, Apr 7, 2011 at 8:07 PM, Sankar

Re: [protobuf] Search inside a protocolbuffers file

2011-04-07 Thread Sankar P
PM, Sankar sankar.curios...@gmail.com wrote: Hi, I am trying to use protocolbuffers as a storage database for my application, as it provides data-format-versioning which is not available in other storage options such as sqlite. However, I want to know if there is a way we can search inside

[protobuf] Intelligent diff/merge tools for protobuf files

2010-08-22 Thread Sankar
that protocol-buffers are designed as a network-transfer- format and not a file-storage-format. However, are there any tools, that can help me in bidirectional synchronization and conflict resolution ? Thanks. Sankar P.S:Please reply all in your mails. -- You received this message because you