aboutsummaryrefslogtreecommitdiff
path: root/test/performance/releases.org
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/releases.org')
-rw-r--r--test/performance/releases.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/performance/releases.org b/test/performance/releases.org
index 30c96f8..4f1f68b 100644
--- a/test/performance/releases.org
+++ b/test/performance/releases.org
@@ -49,6 +49,18 @@ user 0m29.768s
sys 0m1.544s
#+END_SRC
+Running the GNU profiler I got K to be faster by removing the regexs
+
+#+BEGIN_SRC
+real 0m16.811s
+user 0m37.788s
+sys 0m2.168s
+#+END_SRC
+
+there is still some scope for improvement by changing safeGetLine and
+do_strtok_safe methods as well as less string copying during
+tokenization. I may get to that at some point.
+
Running the GNU profiler on the MVLMM one rendered
#+BEGIN_SRC