ipjohnson / Grace

Grace is a feature rich dependency injection container library
MIT License
337 stars 33 forks source link

Improve keyed look up #103

Closed ipjohnson closed 6 years ago

ipjohnson commented 7 years ago

Currently keyed lookup delegates are not cached. It should improve performance to cache delegates and consolidate the code for lookups.

ipjohnson commented 6 years ago

after thinking some more about this I'm going to close it till someone else brings it up as I've not had an problems