You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/02/01 15:01:46 UTC

[GitHub] [avro] KyleSchoonover commented on pull request #1375: AVRO-3236: Retire .NET Core 2.1

KyleSchoonover commented on pull request #1375:
URL: https://github.com/apache/avro/pull/1375#issuecomment-1026936498


   @zcsizmadia I can dig into the performance gains.  The reason in the email thread was to basically drop support for .Net Framework 4.6.x and above.  As for as I can tell. 4.8 will more than likely be the last version of that framework.  A lot of the performance gains we are going to see is in how we implement and take advantage of the new features.  There are some passive gains.  Typically it has been my experience that we see a performance gain by just upgrading the framework.
   
   Reference for perf improvements by just going to .Net 5: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-5/
   
   


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org