Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc lightweight #21

Open
kaspernielsen opened this issue Nov 23, 2018 · 2 comments
Open

doc lightweight #21

kaspernielsen opened this issue Nov 23, 2018 · 2 comments

Comments

@kaspernielsen
Copy link
Contributor

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
Copy link
Contributor Author

kaspernielsen commented Nov 23, 2018

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant