Uri Laserson created AVRO-1305:
----------------------------------

             Summary: BinaryDecoder is bottleneck for python avro 
deserialization
                 Key: AVRO-1305
                 URL: https://issues.apache.org/jira/browse/AVRO-1305
             Project: Avro
          Issue Type: Bug
          Components: python
            Reporter: Uri Laserson


The BinaryDecoder deserialization is performing things like bit manipulation in 
pure python that would be much faster pushed to C.  Probably a good place to 
implement in Cython.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to