grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
MIT License
830 stars 235 forks source link

Optimization of objects allocation during auto-registration of TinyIoC #151

Closed ghost closed 3 years ago

ghost commented 3 years ago

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.

niemyjski commented 3 years ago

That would be awesome. Can you also please ensure you have latest as we also just merged in (https://github.com/grumpydev/TinyIoC/pull/147)

ghost commented 3 years ago

I created a pull request: https://github.com/grumpydev/TinyIoC/pull/152

niemyjski commented 3 years ago

Thanks for the PR!