Re: Vim 7 performance notes

2007-02-05 Thread Alexei Alexandrov
Hi Bram Moolenaar, you wrote: > > Speed should be OK this way, but it does keep up to 32 Kbyte allocated. > That may not seem much, but if we do this in many places it quickly adds > up. Any "keep limit" greater than initial size (e.g. 16384 bytes) will give the same effect in many cases. By "m

Vim presentation in Mountain View

2007-02-05 Thread Bram Moolenaar
Dear Vim users, I will be doing a presentation on Vim, here is the announcement: Open Source Developers @ Google Speaker Series: Bram Moolenaar Tuesday, February 13, 19.00h Title: Seven habits for effective text editing, 2.0. Bram's presentation will give an overview of several ways to effe

Re: Vim 7 performance notes

2007-02-05 Thread Bram Moolenaar
Alexei Alexandrov wrote: > OK. Platform used for investigations: x86, Windows XP SP 2. Pentium 4 > Northwood, 2.4 GHz, 512M RAM. > I did 2 things: understanding stack usage and performance measurement. > To understand the stack usage I added some simple logging to regexp.c: > printing ga_maxlen b