Sun Jun 21 11:29:52 CEST 2009 Tobias Rautenkranz * Link Benchmark diff -rN -u old-doc/introduction.xml new-doc/introduction.xml --- old-doc/introduction.xml 2014-10-30 07:11:54.000000000 +0100 +++ new-doc/introduction.xml 2014-10-30 07:11:54.000000000 +0100 @@ -35,6 +35,15 @@ Could be faster No const-correctness +
Performance + +Method calling is near 3000 times slower than native C++. The overhead is mainly in the overload +resolution and to/from foreign object translation. Some measurements by +:cl-smoke.benchmark +are in +benchmark.pdf. + +
Installation
Dependencies @@ -77,9 +86,7 @@
Partial - Clozure CL - There are some test suite failures and - it is to slow to be usable.on Linux x86. + Clozure CL support is currently broken.