aelij / FasterReflection

Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.
MIT License
32 stars 7 forks source link

Similar project sample #1

Open KirillOsenkov opened 8 years ago

KirillOsenkov commented 8 years ago

Nice! I wrote something similar to speed up MEF, see here if it's of any use: https://github.com/KirillOsenkov/MEFMetadata https://github.com/KirillOsenkov/MEFMetadata/blob/master/src/Microsoft.Composition.Metadata/AssemblyCatalogInfo.cs#L78

aelij commented 8 years ago

Oh, cool. I thought about doing just that! I've been sitting on this code for nearly 3 years now (the original version used Microsoft CCI). Just got around to polishing and publishing it.