[protobuf] ANN: Haskell protocol buffers 1.6.0

2010-01-26 Thread Chris Kuklewicz
I am pleased to announce that I have updated the Haskell language version of the protocol buffers library and .proto compilation tool to version 1.6.0. The new versions are on hackage in three pieces: http://hackage.haskell.org/package/protocol-buffers http://hackage.haskell.org/package/protocol-

[protobuf] analysing field sizes

2010-01-26 Thread Kalle Kärkkäinen
Hi, Is there some way to analyse field sizes? I've got a structure that contains some 5000 - 1 records and I'd really like to know what takes up the space. It is not problematic at this point, total size is under 500k, but knowing the ratio per field would help. I've calculated current data wi