- Functional Kotlin
- Mario Arias Rivu Chakraborty
- 92字
- 2021-06-24 19:15:29
Caching
As immutable objects are not going to change, they can be easily cached to improve performance. Thus, you can easily avoid making multiple calls to the same function/variable and, instead, cache it locally and save an ample amount of processing time. The following are some of the advantages of caching:
- It reduces the overhead from server resources
- It increases the performance of the application by serving it with the cached output
- It decreases CPU round trips for fetching data from the database by persisting data in the memory
- It increases reliability
推薦閱讀
- Go Web編程
- Instant Node Package Manager
- Python自動化運維快速入門(第2版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 軟件品質之完美管理:實戰經典
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Django Design Patterns and Best Practices
- Learning Bootstrap 4(Second Edition)
- JavaEE架構與程序設計
- INSTANT LESS CSS Preprocessor How-to
- 區塊鏈:技術與場景
- Mastering MeteorJS Application Development
- Swift語言實戰晉級(第2版)
- Java王者歸來:從入門邁向高手
- C#.NET程序設計