[
https://issues.apache.org/jira/browse/AVRO-1438?focusedWorklogId=743793&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-743793
]
ASF GitHub Bot logged work on AVRO-1438:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Mar/22 14:36
Start Date: 18/Mar/22 14:36
Worklog Time Spent: 10m
Work Description: KyleSchoonover commented on pull request #1604:
URL: https://github.com/apache/avro/pull/1604#issuecomment-1071871684
@martin-g I used the Avro.perf project. Ran it 10 times and took an average
of the timings. Then updated the code and ran it 10 times again and averaged
the timings there. I actually did a 3rd round using a HashSet, but the
performance was not good.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 743793)
Time Spent: 40m (was: 0.5h)
> C# reader performance improvement
> ---------------------------------
>
> Key: AVRO-1438
> URL: https://issues.apache.org/jira/browse/AVRO-1438
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Affects Versions: 1.7.5
> Reporter: David Taylor
> Priority: Minor
> Labels: pull-request-available
> Attachments: RecordSchema.cs.diff
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> GenericReader/SpecificReader spend a lot of time comparing the reader/writer
> schema. Remembering the last good match speeds things up about 15% in my
> tests using the avro.pref project for timings. This does not impact the
> DatumReader implementation.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)