chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Tiny performance gain by using StringComparer.Ordinal on dictionaries #90

Closed khalidsalomao closed 9 years ago

khalidsalomao commented 9 years ago

Tiny performance gain by using StringComparer.Ordinal on string dictionaries.

khalidsalomao commented 9 years ago

I will have to review and submit this pull request later! Sorry!