- R High Performance Programming
- Aloysius Lim William Tjhi
- 126字
- 2021-08-06 19:17:07
Summary
In this chapter, we saw how R programs can sometimes encounter the three constraints faced by computing performance—CPU, RAM, and disk I/O. We looked into R's design and learned how its interpreted and single-threaded nature can cause it to run slowly, and how it can encounter memory and disk I/O limitations when data becomes too big to fit into the RAM. Finally, we looked at how the design of R code plays an important role in determining the performance using a comparison between two implementations of the Fibonacci function with very different performance characteristics.
These performance issues are not insurmountable. The rest of this book will show you different ways to overcome or work around them and unlock the hidden potential of R.
推薦閱讀
- Practical Data Analysis Cookbook
- JavaScript修煉之道
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Java入門很輕松(微課超值版)
- 算法大爆炸:面試通關(guān)步步為營
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- Learning Firefox OS Application Development
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實戰(zhàn)編碼
- Python完全自學(xué)教程
- 深入理解Elasticsearch(原書第3版)
- Scala Reactive Programming
- C++寶典
- C#程序設(shè)計(項目教學(xué)版)
- 打開Go語言之門:入門、實戰(zhàn)與進階
- 深入實踐Kotlin元編程