chaokunyang commented on issue #2302: URL: https://github.com/apache/fory/issues/2302#issuecomment-2948432180
Hi @fperez-RatedPower , you shouldn't create Fury instance for every request, you should create ThreadSafeFury as a singleton object, and reuse it for serialization. Creating Fury will incur big cost, we should try to avoid it as much as possible -- 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]
