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

Reply via email to