chaokunyang commented on issue #1887: URL: https://github.com/apache/fury/issues/1887#issuecomment-2557239067
I strongly suggest to use nanobind, it was very difficult to debug cython compiled code. And when I want to use some code in C++, I must refine the pxd header, which is not convenient. Other considerations is that it lacks complete c++ template support and don't have switch clause support. It would be much easier if we are using nanobind to implement pyfury serialization in #1690 -- 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]
