|
 |
|
|
Performance and Comparisons
The H2O programming language enjoys superior performance when compared to low-level interpreted languages such as Perl, Java, PhP, ASP and ASP.NET. This is essentially because H2O is high-level interpreted rather than low-level interpreted.
H2O application performances are similar to those of compiled C and C++ applications. Interpretation overhead is kept minimal, usually amounting to a few percent of total page processing time. Furthermore, the optimization built into H2O often offsets this overhead resulting in execution that's faster than compiled C and C++ applications. |
|