- 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
推薦閱讀
- C語言程序設計案例教程(第2版)
- Drupal 8 Blueprints
- Building a RESTful Web Service with Spring
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- ElasticSearch Cookbook(Second Edition)
- Visual Basic 6.0程序設計實驗教程
- Docker:容器與容器云(第2版)
- 大規(guī)模語言模型開發(fā)基礎與實踐
- Learning iOS Penetration Testing
- Mobile Test Automation with Appium
- Learning Puppet
- Mastering Linux Kernel Development
- C++ Game Development Cookbook
- Scratch 3.0少兒游戲趣味編程
- Python程序設計基礎教程(慕課版)