Improve string comparison for better performance
AlexTeixeira opened this issue · 0 comments
AlexTeixeira commented
As mention in this article :
Using InvariantCultureIgnoreCase in string equals for dictionary key matching is slow.
Using OrdinalIgnoreCase will improve the whole application performance.