[
https://issues.apache.org/jira/browse/AVRO-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045510#comment-13045510
]
Douglas Creager commented on AVRO-837:
--------------------------------------
The easiest way to get access to these changes for testing and review is via my
github tracking branch:
https://github.com/dcreager/avro/tree/values
The changes include a new section in the C documentation describing how to use
the new interface:
https://github.com/dcreager/avro/blob/values/lang/c/docs/index.txt
> New Avro value interface
> ------------------------
>
> Key: AVRO-837
> URL: https://issues.apache.org/jira/browse/AVRO-837
> Project: Avro
> Issue Type: New Feature
> Components: c
> Affects Versions: 1.6.0
> Reporter: Douglas Creager
> Assignee: Douglas Creager
>
> I've been working on a new interface for representing Avro values. The new
> interface supports custom implementations, which allows you to directly use
> instances of existing C types as Avro values. It also includes a "generic"
> implementation of the interface that's much faster and more space efficient
> than the old avro_datum_t class. Lastly, the interface includes support for
> zero-copy getters and setters for bytes, string, and fixed values.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira