Optimize: Improved performance of StringPool's intern mechanism
The left-most insertion point is already determined in the processof deciding if a string is present in the pool; re-use this resultwhen interning a new string.
View differences
Optimize: Improved performance of StringPool's intern mechanism
The left-most insertion point is already determined in the process
of deciding if a string is present in the pool; re-use this result
when interning a new string.