[
https://issues.apache.org/jira/browse/AVRO-1438?focusedWorklogId=756607&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-756607
]
ASF GitHub Bot logged work on AVRO-1438:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Apr/22 18:57
Start Date: 13/Apr/22 18:57
Worklog Time Spent: 10m
Work Description: KyleSchoonover closed pull request #1604: AVRO-1438:
Cache schema to increase reader performance
URL: https://github.com/apache/avro/pull/1604
Issue Time Tracking
-------------------
Worklog Id: (was: 756607)
Time Spent: 3h 10m (was: 3h)
> 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: 3h 10m
> 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)