Optimize: Improved performance of StringPool's intern mechanism
StringPool already maintains a name-sorted redirection map of it's contents; so use the existing binary search based lookup to find the left-most insertion point and then scan forward from there.
Optimize: Improved performance of StringPool's intern mechanism
StringPool already maintains a name-sorted redirection map of it's
contents; so use the existing binary search based lookup to find
the left-most insertion point and then scan forward from there.
Verified in profiler.