MrChang0 commented on issue #2350: URL: https://github.com/apache/fory/issues/2350#issuecomment-2984353964
global static memory allocator is good idea. After checked other places like `ByteBufferSerializer` and `BufferObject` that allocate new buffers. I think those places don't need allocator, Keeping it simple is better, they should just handle serialization directly. -- 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]
