Open kaspernielsen opened 5 years ago
system.out.println() is the baseline for anything... So just a simple example with a single service that prints hello world.... Or maybe something else so we can create 1000s of them
performance goal of a new injector is to be within a magnitude of a creating a new hashmap with 1 entry.
Document lightweightnesss
Micronaut, Spring Framework, Guice, PicoContainer, Dagger
//Startup time //Runtime warmup time ///Memory use //Conceptual lightweight: classes/packages //Mandatory dependencies for barebone, count watts on the classpath. //Number of Loaded class for minimum example Run with -verbose:class. Create simpleInjector
Not claiming that Packed can be anyway functionality wise compared to xxxx. Its just to give you an idea if you are used to working with these others
//