- Mastering The Faster Web with PHP,MySQL,and JavaScript
- Andrew Caya
- 127字
- 2021-06-25 21:16:58
Harnessing the Power of PHP 7 Data Structures and Functions
In this chapter, we will learn how to harness PHP 7's performance boosts using most of its key optimizations.
Also, we will explore how better understanding data structures and datatypes, and how using simplified functions can help a PHP application's global performance along its critical execution path.
Moreover, we will learn how it is best to avoid using inefficient structures, like most dynamic ones, in our PHP code.
Finally, although PHP is not a functional language, we will see how some functional techniques can be of immediate help when optimizing PHP code.
Thus, in this chapter, we will cover the following points:
- PHP 7 optimizations
- Identifying possible optimizations and avoiding dynamic structures
- Functional programming and memoization
推薦閱讀
- C++ Builder 6.0下OpenGL編程技術
- Mastering Concurrency in Go
- 編程珠璣(續)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Python編程與幾何圖形
- C語言程序設計上機指導與習題解答(第2版)
- HTML5 APP開發從入門到精通(微課精編版)
- C語言程序設計
- Internet of Things with ESP8266
- JavaScript程序設計(第2版)
- Natural Language Processing with Python Quick Start Guide
- 編程的原則:改善代碼質量的101個方法
- 現代C++語言核心特性解析
- Mastering ArcGIS Server Development with JavaScript
- Unity虛擬現實開發圣典