elw00d / consoleframework

Cross-platform toolkit for easy development of TUI applications.
http://elw00d.github.io/consoleframework
MIT License
551 stars 64 forks source link

0001 update assembly search strategy #64

Closed TrevorDArcyEvans closed 4 years ago

TrevorDArcyEvans commented 4 years ago
elw00d commented 4 years ago

Hello, sorry for the late answer, will take a look at this PR soon !

elw00d commented 4 years ago

could also look at assemblies in same directory as executing assembly and add these to the list of assemblies to search

I'm worrying about performance of this method. If there are many libraries in the directory, the initialization time can be much bigger than now. And I didn't realize what is the problem that we are trying to solve ?