Skip to content
Snippets Groups Projects
Commit c9336bcf authored by Brad King's avatar Brad King
Browse files

SystemTools: Optimize GetActualCaseForPath memoization

Use a case-insensitive map key since paths of all case combinations
should map to the same actual case.  This may reduce the number
of copies of each path differing only by case in the map.

Change-Id: Ic5460fcf14fa263d45ef1909bf80a81c6f4791a4
parent 86a24794
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment