Hi Fred, Thanks for the reply, I will try switching to @AssistedInject and look forward to getting the fix in the future.
To test this I created a simple junit test that loops 10k times and on each iteration uses Guice (using assisted injection) to create an object. At the end of the test it prints out the time to run. I was then able to reconfigure my Guice module from the autogenerated factory to use a hand-coded factory and re-run the test to see the difference. Cheers! -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
