Excerpts from glts's message of Sat May 25 00:56:56 +0200 2013: > Please refer to that web site for more information.
I think its worth mentioning that all the timings above do include startup times of the interpreter? In your gist the only defined command is the vim command line, so there is no way to reproduce your figures. Thus your test is almost void :( How to write a benchmark: - try to make the "startup" time neglegible, thus don't run 5 times, run 1000 times, and do that within vim/python/.... loop so that startup only happens once. Starting vim takes less than a second, your runs are > 10 sec most of the time, so I guess that re=1 vs re=2 is representative for your cases. Marc Weber -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
