[kotlin] Kotlin Native의 성능은 어떠한가?
여러 벤치마킹 테스트에서 Kotlin Native는 높은 성능을 보여주었으며 C나 C++과 비교하여 성능 손실이 거의 없는 것으로 입증되었습니다. 따라서 Kotlin Native는 모바일 애플리케이션 및 시스템 프로그래밍을 포함한 다양한 용도로 사용할 수 있는 빠르고 효율적인 옵션으로 간주됩니다.
참고문헌:
- https://kotlinlang.org/docs/reference/native-overview.html
- https://proandroiddev.com/kotlin-native-0-9-ga-performance-improvements-30f38f1fccb7