>Last month, Java changed how it computes substrings.
... [tl;dr: previously always kept whole string, substring just stored indexes]
Java now uses a different method: always copying the substring.
>Last month, Java changed how it computes substrings.
... [tl;dr: previously always kept whole string, substring just stored indexes]
Java now uses a different method: always copying the substring.