FastDateFormat
SimpleDateFormat
- 자바에서 DateFormat으로 많이 사용되는 SimpleDateFormat.
- 객체 생성시 CPU 사용량이 높음 => 성능저하
- 객체 생성 중복을 피하기 위해 singleton => non-synchronized
대신 FastDateFormat을 사용해보자
대신 FastDateFormat을 사용해보자