tberthel / gaevfs

Automatically exported from code.google.com/p/gaevfs
Apache License 2.0
0 stars 0 forks source link

use of protocol buffers instead of Java serialization #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As a potential performance enhancement, investigate the use of protocol 
buffers in place of Java serialization for creating the write-behind task 
payload.

http://code.google.com/p/protobuf/

http://code.google.com/apis/protocolbuffers/docs/overview.html

http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking
(be sure to read comments)

http://whiteboardjunkie.wordpress.com/2009/09/14/serialization-options-
compared/

Original issue reported on code.google.com by vbonfa...@gmail.com on 16 Sep 2009 at 10:44