[
https://issues.apache.org/jira/browse/AVRO-1438?focusedWorklogId=744153&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744153
]
ASF GitHub Bot logged work on AVRO-1438:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Mar/22 15:10
Start Date: 18/Mar/22 15:10
Worklog Time Spent: 10m
Work Description: martin-g commented on pull request #1604:
URL: https://github.com/apache/avro/pull/1604#issuecomment-1071351729
> The original intent of this improvement was to increase the performance of
the Generic / Specific Reader classes in regards to RecordSchema. I tested for
both netcore 3.1 and .Net 6.0. The performance increase is around 15% of
netcore 3.1. For .Net 6.0 it is around 7%.
How did you test it ?
AFAIK there are two ways to test performance in the C# SDK. Which one did
you use ?
--
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: 744153)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)