Link Benchmark
Sun Jun 21 11:29:52 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Link Benchmark
diff -rN -u old-doc/introduction.xml new-doc/introduction.xml
--- old-doc/introduction.xml 2014-10-30 06:55:07.000000000 +0100
+++ new-doc/introduction.xml 2014-10-30 06:55:07.000000000 +0100
@@ -35,6 +35,15 @@
<listitem><para>Could be faster</para></listitem>
<listitem><para>No const-correctness</para></listitem>
</itemizedlist>
+<section><title>Performance</title>
+<para>
+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
+<code><ulink url="http://tobias.rautenkranz.ch/darcsweb/darcsweb.cgi?r=cl-smoke/benchmark;a=summary">:cl-smoke.benchmark</ulink></code>
+are in
+<filename><ulink url="../benchmark.pdf">benchmark.pdf</ulink></filename>.
+</para>
+</section>
</section>
<section><title>Installation</title>
<section><title>Dependencies</title>
@@ -77,9 +86,7 @@
<section><title>Partial</title>
<itemizedlist>
<listitem> <para>
- <ulink url="http://trac.clozure.com/openmcl">Clozure CL</ulink>
- <footnote><para>There are some test suite failures and
- it is to slow to be usable.</para></footnote>on Linux x86.
+ <ulink url="http://trac.clozure.com/openmcl">Clozure CL</ulink> support is currently broken.
</para></listitem>
</itemizedlist>
</section>