Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Optimization for Reflections on FileAccessorFactory #309

Closed jsumiguin closed 3 years ago

jsumiguin commented 3 years ago

With the current implementation of FileAccessorFactory, we're looping through all the assembly items that implement IEntity, the problem is this is expensive especially in the FileAccessorFactory class since there, it just needs to pull the class that implements IEntity and has the same name.