mosinnik commented on issue #3020: URL: https://github.com/apache/fory/issues/3020#issuecomment-3627564657
thanks, withCodegen(false) is much better in my case and now I can try use Fory for all other data loading. withCodegen(false) without ensureSerializersCompiled() times: ``` // first cold run -- xml load time: 146.0225ms -- fory load time: 52.8017ms // reruns on same File for both -- xml load time: 29.7744ms -- fory load time: 1.4665ms -- xml load time: 18.2415ms -- fory load time: 1.269ms -- xml load time: 15.0009ms -- fory load time: 1.3137ms ``` -- 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]
