libcore|FS: Performance tuning
String handling for file indexing. Avoid case insensitive string comparisons and prefer to pre-convert all strings to lowercase for indexing. PathTree uses a hash again for early-out comparisons.
View differences
libcore|FS: Performance tuning
String handling for file indexing. Avoid case insensitive string comparisons and prefer to pre-convert all strings to lowercase for indexing. PathTree uses a hash again for early-out comparisons.