-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
3 - M (<= 1 month)
-
7545
-
Not Needed
Optimize string searching which are not for equality
Current search relies on decompressing strings and comparing them
This task is about using instances of CompressedStringView instead of StringData and the StringInterners compare() function instead, since it will be faster.