It’s the 80:20 rule, which naturally doesn’t always holds. Often, however, a small part of the code is responsible for almost all of the performance issues.
By picking the performance sensitive areas of the program to code in C one can often code the rest of the program in a slower more convenient language.
By picking the performance sensitive areas of the program to code in C one can often code the rest of the program in a slower more convenient language.