sybil icon indicating copy to clipboard operation
sybil copied to clipboard

Investigate fast & dynamic serialization libraries

Open okayzed opened this issue 7 years ago • 2 comments

https://github.com/alecthomas/go_serialization_benchmarks

50% of program time is spent in deserialization. we need faster

okayzed avatar Oct 01 '17 16:10 okayzed

tried out DeDiS protobuf, actually slower. so... not sure what that means, but look in https://github.com/logv/sybil/tree/protobuf for the diffs.

compared 2million timestamps, 300ms load for gob, 400 - 600ms for DeDiS protobuf

okayzed avatar Oct 03 '17 23:10 okayzed

look into https://github.com/andyleap/gencode

okayzed avatar Aug 21 '18 16:08 okayzed