diff --git a/Doc/Manual/Advanced.html b/Doc/Manual/Advanced.html index 9c26e68fa..09301c8e7 100644 --- a/Doc/Manual/Advanced.html +++ b/Doc/Manual/Advanced.html @@ -454,8 +454,5 @@ Most well-structured C codes will find an exact match on the first attempt, prov As a rule of thumb, C++ programs require somewhat more processing than C programs, but this seems to be avoidable. Also, keep in mind that performance penalties in the type-checker don't necessarily translate into big penalties in the overall application. Performance is most greatly affected by the efficiency of the target scripting language and the types of operations your C code is performing.
-