From 6c91cbaa7895c08cba163b7e7a7189c97f104c6c Mon Sep 17 00:00:00 2001 From: Victor Leikehman Date: Sun, 12 Oct 2014 00:22:28 +0300 Subject: [PATCH] README --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d1adbc52..9d3e56b8 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,9 @@ | human-readable python, which also appears to be faster| 0.26.1 is | | than octave. Just how fast? Timing results for | available for | | "Moving furniture" are shown in Table 1. | beta testing. | -| Additional speedup is achieved by compiling ``SMOP`` | | +| It seems that for this program, translation to python | | +| resulted in about two times speedup, and additional | | +| two times speedup was achieved by compiling ``SMOP`` | | | run-time library ``runtime.py`` to C, using `cython`. | | | This pseudo-benchmark measures the scalar performance,| | | and my interpretation is that scalar computations are | |