Consider replacing Guice with a faster DI lib #217
Labels
refactor
Task Type: Refactoring, code cleanup, etc.
under consideration
Issue Status: Under consideration
Guice has served Orchid quite well, but its slow startup time makes me wonder if another DI lib could do better. As nearly all of Orchid's DI is just pure JSR-330 injection, it should be fairly easy to swap Guice out for another lib. I am interested in Kodein, but really have no idea how it will affect performance. Faster startup times are not worth slower overall build times.
The text was updated successfully, but these errors were encountered: