valerybokov commented on pull request #107: URL: https://github.com/apache/pdfbox/pull/107#issuecomment-792026731
@THausherr : The one about the double-checked-locking I'll do after the next release. This is a very sensitive topic. Me: this is a known pattern to reduce the use of synchronized context (since synchronization is slow). This is useful for methods that can be called many times. And all changed methods are public, so the programmer can call them multiple times. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
