-
Type: Task
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
?
-
7703
-
Not Needed
Performance of string interning needs to be optimized. Specifically the current implementation needs to load too much state on initialization. Instead we need to build a fast searchable structure in the file. This is in line with the design doc.