| java.lang.Object com.google.inject.PerformanceComparison
PerformanceComparison | public class PerformanceComparison (Code) | | A semi-useless microbenchmark. Spring and Guice constuct the same object
graph a bunch of times, and we see who can construct the most per second.
As of this writing Guice is more than 50X faster. Also useful for comparing
pure Java configuration options.
author: crazybob@google.com (Bob Lee) |
Inner Class :public static class Foo | |
Inner Class :interface Bar | |
Inner Class :public static class BarImpl implements Bar | |
Inner Class :interface Tee | |
Inner Class :public static class TeeImpl implements Tee | |
Inner Class : @interface I | |
Inner Class : @interface S | |
|
|