====== Java String ====== * [[java:string_format|Java String Format]] * [[java:stringtemplate|StringTemplate]] * [[java:9|Java 9]]에서 비약적인 문자열 성능 향상이 있었다. ===== 참조 ===== * [[https://www.baeldung.com/java-string-performance|String Performance Hints | Baeldung]] * [[https://www.baeldung.com/java-string-concatenation-invoke-dynamic|String Concatenation with Invoke Dynamic | Baeldung]] * [[https://www.baeldung.com/java-string-concatenation-methods|Performance Comparison Between Different Java String Concatenation Methods | Baeldung]] * [[http://marxsoftware.blogspot.com/2019/01/jep-280-indify-string-concatenations.html|Inspired by Actual Events: JDK 9/JEP 280: String Concatenations Will Never Be the Same]] * https://www.javaspecialists.eu/talks/pdfs/2018%20Voxxed%20in%20Thessaloniki,%20Greece%20-%20%22Enough%20java.lang.String%20to%20Hang%20Ourselves%20...%22%20by%20Heinz%20Kabutz.pdf * [[https://dzone.com/articles/concatenating-strings-in-java-9|Concatenating Strings in Java 9 - DZone]] * [[https://cl4es.github.io/2019/05/14/String-Concat-Redux.html|String concatenation, redux | Claes Redestad’s blog]] * [[https://docs.oracle.com/javase/9/docs/api/java/lang/invoke/StringConcatFactory.html|StringConcatFactory (Java SE 9 & JDK 9 )]]