chaokunyang commented on issue #2160:
URL: https://github.com/apache/fury/issues/2160#issuecomment-2845232802

   @urlyy Serialization is a complex, when the deserialization fail, we need to 
debug and parse data byte by byte, and it's not easy to do it in cython. So we 
implement a pure python version in `_fury.py`. This implementation is only used 
for debug. You can make a most simple implementation without any optimization. 
But it does still have some duplciated code.


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