[protobuf] Re: How to speedup serialization and deserialization process?

2018-01-26 Thread Ravi
Marc, Thank you very much for the detailed explanation. I got it. Due to curiosity, I tried manual explicit serialization. I needed to code more but indeed it worked way faster as you suggested. Thanks again for the wonderful explanation. - Ravi On Wednesday, December 20, 2017 at 10:00:31

Re: [protobuf] Re: How to speedup serialization and deserialization process?

2017-12-22 Thread Marc Gravell
I did a test locally using protobuf-net (since that is what I'm most familiar with); to get an output of about 3,784,000 I used a count of 172000 items in the inner array - does that sound about right? Then I tested it in a loop as per this gist: https://gist.github.com/mgravell/

[protobuf] Re: How to speedup serialization and deserialization process?

2017-12-22 Thread Ravi
Any suggestions, please? On Wednesday, December 20, 2017 at 10:00:31 PM UTC+9, Ravi wrote: > > I have defined the Protocol Buffers message file as follows: > > syntax = "proto3"; > package Tutorial; > import "google/protobuf/timestamp.proto"; > option csharp_namespace = "Tutorial"; > > message