Code execution efficiency optimization (1), code execution efficiency optimization

Source: Internet
Author: User

Code execution efficiency optimization (1), code execution efficiency optimization

For some systems that need to be reflected in a timely manner, code execution efficiency optimization is particularly important. In combination with the problems encountered today, the following points are described:

1. Avoid nested use of loop statements (for, foreach)

2. Avoid using some exception handling statements (tyr... catch... finally)

3. when you need to perform multiple addition, deletion, modification, and query operations on the database, use StringBuilder to concatenate SQL statements, and try to perform only one addition, deletion, modification, and query operation on the database. This avoids multiple database switch operations.

4. The for execution efficiency is higher than that of foreach.

5. Add related indexes to tables in the database

6. Algorithm Optimization

 

The above items can be thought of at present, and will be supplemented later.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.