chaokunyang commented on issue #3020: URL: https://github.com/apache/fory/issues/3020#issuecomment-3627185364
Could you use graalvm, fory will generate code at build time. But for normal JDK, fory will always generate code at runtime. If you reigister your class ahead and invoke `ensureSerializersCompiled` before serving requests, or just warm up some requests, this should also reduce latency -- 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]
