Re: svn commit: r981090 - in /subversion/branches/performance/subversion: include/private/svn_serializer.h libsvn_subr/svn_serializer.c
From: Blair Zajac <blair_at_orcaware.com>
Date: Sat, 31 Jul 2010 15:22:13 -0700
On Jul 31, 2010, at 1:28 PM, stefan2_at_apache.org wrote:
> Author: stefan2
Instead of rolling another serialization in svn, what about using protobuf for C?
http://code.google.com/p/protobuf-c/
I has an Apache 2 license, so will be compatible with us.
Another one to consider is using Thrift, which writes C code:
http://wiki.apache.org/thrift/
On advantage to these serialization tools is that they are extensible, so we can always add additional fields to the serialized structs and not break binary compatibility.
Regards,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.