You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "tenderlove (via GitHub)" <gi...@apache.org> on 2023/03/08 17:11:08 UTC

[GitHub] [avro] tenderlove opened a new pull request, #2132: AVRO-3722 [ruby] Eagerly Initialize Instance Variables in Ruby Implementation

tenderlove opened a new pull request, #2132:
URL: https://github.com/apache/avro/pull/2132

   This commit eagerly initializes the `@type_adapter` instance variable to `nil` so that implementations can see better inline cache hits
   
   ## What is the purpose of the change
   
   Improving inline cache performance with the Ruby AVRO gem.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   [Here is the JIRA ticket](https://issues.apache.org/jira/browse/AVRO-3722)
   
   Thanks!
   


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

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


[GitHub] [avro] tjwp merged pull request #2132: AVRO-3722 [ruby] Eagerly Initialize Instance Variables in Ruby Implementation

Posted by "tjwp (via GitHub)" <gi...@apache.org>.
tjwp merged PR #2132:
URL: https://github.com/apache/avro/pull/2132


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

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