Why is C++ so fast?
Channel:
Subscribers:
54,000
Published on ● Video Link: https://www.youtube.com/watch?v=8jPPigqtE1c
Why is C++ so fast?
Jul 1, 2011
Reason 1: Tight Data Structures. First, C++ is intrinsically stingy with memory (unlike Java objects, a C++ struct has no memory overhead if there are no virtual functions [modulo word alignment issues]). Smaller things run faster due to caching, and are also more scalable. Of course, this is true of C, too.
··········
“Be competent, be more skilful than others. Here you will find the answer to all of your questions.”
✋ The purpose of our channel is to create EDUCATIONAL content. That was our intention with this video as well. We would like to give you COMPLETE INFORMATION on the subject, so unfortunately we can also discuss elements that may be hurtful to people.
Other Videos By Tech·WHYS
| 2019-11-02 | Can a PhD student apply for green card? |
| 2019-11-02 | What is Android studio based on? |
| 2019-11-02 | What is the difference between solstice and equinox? |
| 2019-11-02 | Which wax burns the longest? |
| 2019-11-02 | Who is Hiram in the Bible? |
| 2019-11-02 | Can real estate agents take photos? |
| 2019-10-31 | Is English one of the hardest languages to learn? |
| 2019-10-31 | Do I need a real estate license to flip houses? |
| 2019-10-31 | Where do I find adjusted gross income? |
| 2019-10-31 | What is conservative DNA replication? |
| 2019-10-31 | Why is C++ so fast? |
| 2019-10-31 | When did the first humans appear on Earth? |
| 2019-10-31 | Can I make a capital one payment with a credit card? |
| 2019-10-31 | What does beta mean in finance? |
| 2019-10-31 | Do banks give loans for land? |
| 2019-10-31 | What is scanf in C? |
| 2019-10-31 | What does the German word von mean in English? |
| 2019-10-31 | How old is threescore and two years? |
| 2019-10-31 | What does Publius mean? |
| 2019-10-31 | What is Tai Lopez’s net worth? |
| 2019-10-31 | How much do Facebook ads cost 2018? |
Tags:
Why is C++ so fast?
frequently asked question
question and answer
answer

