packedapp / packedtmp

Apache License 2.0
2 stars 2 forks source link

doc lightweight #21

Open kaspernielsen opened 5 years ago

kaspernielsen commented 5 years ago

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

//

kaspernielsen commented 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

kaspernielsen commented 5 years ago

performance goal of a new injector is to be within a magnitude of a creating a new hashmap with 1 entry.