From 2b86b6423c33923a385a341fb4d12b7c38b7c924 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Wed, 19 Sep 2018 07:44:12 +0000
Subject: Replace safeGetline with native version

---
 test/performance/releases.org | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

(limited to 'test/performance/releases.org')

diff --git a/test/performance/releases.org b/test/performance/releases.org
index 4f1f68b..2419960 100644
--- a/test/performance/releases.org
+++ b/test/performance/releases.org
@@ -57,9 +57,17 @@ 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.
+Replacing safeGetLine also made some difference
+
+#+BEGIN_SRC
+real    0m15.659s
+user    0m34.896s
+sys     0m1.500s
+#+END_SRC
+
+there is still some scope for improvement by changing 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
 
-- 
cgit v1.2.3