Thank you for your input. On Sat, May 25, 2013 at 1:17 AM, Marc Weber <[email protected]> wrote: > I think its worth mentioning that all the timings above do include > startup times of the interpreter?
I used a ~38M text file, startup time doesn't really enter here. > In your gist the only defined command is the vim command line, so there > is no way to reproduce your figures. perl script.pl 'pattern' </path/to/data >/dev/null python script.py 'pattern' </path/to/data >/dev/null egrep 'pattern' /path/to/data >/dev/null > 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. Vim startup time is <0.01s. -- -- 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.
