[ https://issues.apache.org/jira/browse/AVRO-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845193#action_12845193 ]
Bruce Mitchener commented on AVRO-464: -------------------------------------- But right now, the code is iterating 0 to num entries so that still would not work. My thought was to progressively rework this from where it is to using an open addressed hash instead and then it can be more efficient and still support sparse entries in the future. I think we can get rid of a fair bit of overhead in the current implementation. I will have an experimental patch soon... > Some hash tables can be arrays instead. > --------------------------------------- > > Key: AVRO-464 > URL: https://issues.apache.org/jira/browse/AVRO-464 > Project: Avro > Issue Type: Improvement > Components: c > Reporter: Bruce Mitchener > Assignee: Bruce Mitchener > > As far as I can tell, there's no need for the integer->string hash tables in > schemas or records ... they can be arrays instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.