Time optimization issues between Debug and release

Source: Internet
Author: User

Recently ran a vibe code, which added a phrase to the vector declaration:

Vector<int> Binary_delete1,binary_delete2,binary_delete3;

Then the program will become very slow, the problem is a headache.

After the discovery is in the debug mode, the debug mode of the system time in many cases is not made any optimization, so we use this mode is unreasonable. Later, after the change to release, it was found that regardless of adding this statement, the program will be carried out quickly, so you can find the difference between release and Debug. Of course, release also has its own problems, can not be in the debugging time to view the value of variables, became the mishap of release, hehe.

Time optimization issues between Debug and release

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.