grumpydev/TinyIoC

Optimization of objects allocation during auto-registration of TinyIoC

Opened this issue · 3 comments

Optimization of objects allocation during auto-registration of TinyIoC.
During work on our project, I found that TinyIoC is allocating a lot of objects during class initialization.
I created a branch with changes and would be glad to push it and create pull request.

That would be awesome. Can you also please ensure you have latest as we also just merged in (#147)

I created a pull request: #152

Thanks for the PR!