royteeuwen commented on PR #1836:
URL: https://github.com/apache/groovy/pull/1836#issuecomment-1371305256

   > Will this cause many passes of class scanning and 
`DefaultFastStringService` instances? How are `loadService()` and 
`getService()` used?
   
   INSTANCE s a static field, meaning that at the class loading of 
FastStringUtils it will be initialized by calling loadService(). This will only 
be done once
   
   getService() will just return that same static instance all the time


-- 
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: notifications-unsubscr...@groovy.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to