mnesbit commented on PR #1624: URL: https://github.com/apache/avro/pull/1624#issuecomment-1866309825
This one change causes a very serious performance degradation in Avro 1.11.2. ServiceLoader load is a slow and synchronized operation and should not be done in the constructor of a frequently used object, or without some form of caching. -- 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]
