Update README.md

This commit is contained in:
xliu79 2020-07-20 10:02:07 +08:00 committed by GitHub
parent a4d0f84c0a
commit 8ab626f557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ int main()
```
Inline can improve the efficiency of functions, but not all functions are defined as inline functions内联是以代码膨胀(复制)为代价,仅仅省去了函数调用的开销,从而提高函数的执行效率。
Inline can improve the efficiency of functions, but not all functions are defined as inline functions
-If the execution time of the code in the function body is higher than the cost of function call, the efficiency of receiving goods will be less