- Functional Kotlin
- Mario Arias Rivu Chakraborty
- 51字
- 2021-06-24 19:15:30
Compiler optimization
Immutability and referential transparency help compilers to perform extensive optimizations, replacing the need of manual optimization of code and free programmers from this trade-off.
For example, this applies when you're using compile time constants (const val), as the compiler knows that the value of those variables will never change.
推薦閱讀
- UI圖標創意設計
- MySQL 8從入門到精通(視頻教學版)
- Power Up Your PowToon Studio Project
- PyTorch Artificial Intelligence Fundamentals
- RTC程序設計:實時音視頻權威指南
- Scientific Computing with Scala
- Swift 4 Protocol-Oriented Programming(Third Edition)
- C#程序設計教程(第3版)
- Mastering AWS Security
- Nagios Core Administration Cookbook(Second Edition)
- PyQt編程快速上手
- 深入淺出Python數據分析
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- 大話C語言
- Developing RESTful Web Services with Jersey 2.0