일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- compiler
- 사이드 프로젝트
- Airflow
- redis
- QueryDSL
- rds
- db
- JPA
- java
- JUnit
- mutable
- build_test
- kotlin
- Spring
- AOP
- workflow
- Github
- string
- git
- CodeDeploy
- 토비의 스프링
- aws
- springboot
- 알고리즘
- immutable
- Action
- EC2
- template
Archives
- Today
- Total
목록compiler (1)
개발 일기

오늘 문뜩 궁금한 게 생겼다.. 분명 지나가다가 자바 X 버전 이상부터는 String += (opreator)의 성능이 향상되어 속도가 빨라져서 Builder를 쓰지 않아도 된다는 글을 본 거 같았다. 궁금한 김에 자료를 찾아보았는데.. https://schneide.blog/2009/02/23/about-string-concatenation-in-java-or-dont-fear-the/ About String Concatenation in Java or “don’t fear the +” When it comes to string concatenation in Java many people have almost religious views about performance and style. Sadly, ..
Java
2021. 7. 9. 23:54