Improve registry startup and lookup performance (#674)
authorE.Z. Hart <hartez@users.noreply.github.com>
Thu, 12 Jan 2017 19:22:00 +0000 (12:22 -0700)
committerRui Marinho <me@ruimarinho.net>
Thu, 12 Jan 2017 19:22:00 +0000 (19:22 +0000)
commit16164132156fd799d76c8a88c11627dc66cecbf3
treeaeb832436e4b862afd8754fdf0d00f49f3ab404e
parent20ed60fa9e28de2573004874a52d2b02a8067f85
Improve registry startup and lookup performance (#674)

* Optimize search for Effect resolution name
Avoid multiple collection of assemblies during startup
Cache handler lookups

* Handle s_initialized check inside of Initialize method
Xamarin.Forms.Core/DependencyService.cs
Xamarin.Forms.Core/Registrar.cs