diff options
author | Pjotr Prins | 2018-09-19 07:44:12 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-19 07:44:12 +0000 |
commit | 2b86b6423c33923a385a341fb4d12b7c38b7c924 (patch) | |
tree | 1cb635c651894c6a54b7416df636af786ccf2241 /test/performance/releases.org | |
parent | 21bd19fd1aa8204cd17f74d971d003a0657f37f1 (diff) | |
download | pangemma-2b86b6423c33923a385a341fb4d12b7c38b7c924.tar.gz |
Replace safeGetline with native version
Diffstat (limited to 'test/performance/releases.org')
-rw-r--r-- | test/performance/releases.org | 14 |
1 files changed, 11 insertions, 3 deletions
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 |