ayush00git commented on PR #3374: URL: https://github.com/apache/fory/pull/3374#issuecomment-3989336370
Hey @chaokunyang I discovered a bug in the struct implementation. In `struct.go`, there is a highly optimized "fast-path" that uses unsafe pointers to read structs from memory instantly, and while reading byte 1 by 1 it is failing tests, because it assumes entire memory buffer was already available. -- 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]
