반응형
이 글은 Effective Java 를 완독하고, Kotlin 을 상용으로 사용하는 개발자 입장에서
Effective Kotlin 글 중 새로운 내용, remind 할 필요 있는 부분, 핵심 내용 등만 추려 정리한 내용입니다.
#
mutable collection 을 쓰는 가장 큰 장점은 modification 이 발생할 때, immutable collection 대비 더 빠르다는 것이다.
Summary
끝
반응형
'프로그래밍 놀이터 > Kotlin, Coroutine' 카테고리의 다른 글
[coroutine] runBlocking 에 대해 알아보자 (0) | 2023.01.09 |
---|---|
[Effective Kotlin] Dictionary (0) | 2022.06.14 |
[Effective Kotlin] Item 51 : Consider arrays with primitives for performance-critical processing (0) | 2022.06.12 |
[Effective Kotlin] Item 50: Limit the number of operations (0) | 2022.06.11 |
[Effective Kotlin] Item 49: Prefer Sequence for big collections with more than one processing step (0) | 2022.06.10 |
댓글