penguin-wwy commented on PR #1905:
URL: https://github.com/apache/fury/pull/1905#issuecomment-2441277558

   > Hi @penguin-wwy , thanks for your effort. I see we replaced all specific 
types to generic pyobject. This may introduce overhead if we invoke from cython 
side. Are there some annotation to reduce checks for us automatically so we can 
avoiding change return types?
   
   Yes, I found that this modification indeed disrupts cython's annotation 
optimization. However, I think we should write an appropriate Python 
microbenchmark, similar to what is done in integration_tests. This way, it will 
be easier to identify differences during optimization. I will draft this PR and 
proceed with the modifications once the microbenchmark is completed.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to