[ https://issues.apache.org/jira/browse/AVRO-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782514#action_12782514 ]
Jeff Hammerbacher commented on AVRO-217: ---------------------------------------- Patrick Hunt, on AVRO-240, notes: {quote} fyi, noticed this recently, it's a python json lib performance evaluation on python 2.6. You might want to add some detail in the avro py docs talking about how to get better/best performance, esp as it relates to the json library used (json stdlib performance is an order of magnitude behind the others tested) "I honestly didn't expect the stdlib json to be this far behind. Among the other C based libraries there isn't a clear winner. cjson is the best decoder but the slowest encoder, simplejson compiled with C speedups is the fastest encoder but the slowest decoder while jsonlib2 is somewhere in the middle for both cases." http://www.mikealrogers.com/archives/695 {quote} > Benchmark Python implementation of Avro > --------------------------------------- > > Key: AVRO-217 > URL: https://issues.apache.org/jira/browse/AVRO-217 > Project: Avro > Issue Type: Improvement > Components: python > Reporter: Jeff Hammerbacher > > Doug mentioned to me that the Python implementation of Avro could use some > performance benchmarks. This ticket is meant to collect ideas for what to > benchmark and subsequently the implementation and execution of those > benchmarks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.