alexshyba / SitecoreSearchContrib

Extension to Sitecore.Search namespace. Includes AdvancedDatabaseCrawler and Searcher. Make sure to check out the website for the project.
http://sitecorian.github.io/SitecoreSearchContrib
25 stars 21 forks source link

Replace Tight looped Reflection for Linq #33

Closed arontsang closed 2 years ago

arontsang commented 10 years ago

... Reflection is slower than Linq and is hundreds of times slower when you cache the Linq compiled code.

Since we tight loop over the constructor for each field we read, that is a HUGE amount of time spent in the reflection library.

arontsang commented 2 years ago

@alexshyba bump

arontsang commented 2 years ago

@alexshyba bump