frjaeger220 / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Optimize Injection Performance #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to measure and optimize Guice 2 binding resolution.

Original issue reported on code.google.com by limpbizkit on 27 Apr 2009 at 6:25

GoogleCodeExporter commented 9 years ago
Why not look at this later (and issue #362), for a 2.1? Guice performance is 
hardly
ever an issue and this will push back the 2.0 release even further.

Original comment by robbie.v...@gmail.com on 27 Apr 2009 at 9:56

GoogleCodeExporter commented 9 years ago
55% faster on PerformanceComparison.
http://code.google.com/p/google-guice/source/detail?r=939

We still need to optimize @Provides methods, Providers, and other stuff. I'll 
defer that till after 2.0.

Original comment by limpbizkit on 6 May 2009 at 1:11