- Delphi High Performance
- Primo? Gabrijelcic
- 219字
- 2021-06-24 19:22:58
About Performance
"My program is not fast enough. Users are saying that it is not performing well. What can I do?"
These are the words I hear a lot when consulting on different programming projects. Sometimes the answer is simple, sometimes hard, but almost always the critical part of the answer lies in the question. More specifically, in one word - performing.
What do we mean when we say that a program is performing well? Actually, nobody cares. What we have to know is what users mean when they say that the program is not performing well. And users, you'll probably admit, look at the world in a very different way than we programmers.
Before starting to measure and improve the performance of a program, we have to find out what users really mean by the word performance. Only then can we do something productive about it.
We will cover the following topics in this chapter:
- What is performance?
- What do we mean when we say that a program performs well?
- What can we tell about the code speed by looking at the algorithm?
- How does the knowledge of compiler internals help us write fast programs?
- Why is it better to measure than to guess?
- What tools can we use to find the slow parts of a program?
- Python數(shù)據(jù)分析:基于Plotly的動(dòng)態(tài)可視化繪圖
- Ceph源碼分析
- SQL優(yōu)化最佳實(shí)踐:構(gòu)建高效率Oracle數(shù)據(jù)庫(kù)的方法與技巧
- 達(dá)夢(mèng)數(shù)據(jù)庫(kù)運(yùn)維實(shí)戰(zhàn)
- HikariCP連接池實(shí)戰(zhàn)
- Google Cloud Platform for Developers
- 從實(shí)踐中學(xué)習(xí)sqlmap數(shù)據(jù)庫(kù)注入測(cè)試
- Access 2010數(shù)據(jù)庫(kù)程序設(shè)計(jì)實(shí)踐教程
- 信息融合中估計(jì)算法的性能評(píng)估
- Spring Boot 2.0 Cookbook(Second Edition)
- 一類(lèi)智能優(yōu)化算法的改進(jìn)及應(yīng)用研究
- 量化投資:交易模型開(kāi)發(fā)與數(shù)據(jù)挖掘
- Creating Mobile Apps with Appcelerator Titanium
- 數(shù)據(jù)庫(kù)高效優(yōu)化:架構(gòu)、規(guī)范與SQL技巧
- 信息技術(shù)導(dǎo)論