Re: slow vim and malloc

2018-09-25 Thread Stuart Henderson
On 2018/09/25 22:24, Matthias Schmidt wrote: > hi Stuart, > > * Stuart Henderson wrote: > > > > These settings in .vimrc make it quite noticeable > > > > syn > > set foldmethod=syntax > > set foldlevelstart=1 > > Totally forget about this thread. I had the same issue and the > following

Re: slow vim and malloc

2018-09-25 Thread Matthias Schmidt
hi Stuart, * Stuart Henderson wrote: > > These settings in .vimrc make it quite noticeable > > syn > set foldmethod=syntax > set foldlevelstart=1 Totally forget about this thread. I had the same issue and the following options made vim + syntax highlighting at least a bit more usable for me.

Re: slow vim and malloc

2018-09-12 Thread Stuart Henderson
On 2018/09/12 12:49, Manolis Tzanidakis wrote: > Hello Stuart, > > On Wed (06/06/18), Stuart Henderson wrote: > > I've been finding vim with my standard settings really slow on OpenBSD. > > It's been bugging me for a while, but it just took about 1.2s to open > > and display a 20k patch, which

Re: slow vim and malloc

2018-09-12 Thread Manolis Tzanidakis
Hello Stuart, On Wed (06/06/18), Stuart Henderson wrote: > I've been finding vim with my standard settings really slow on OpenBSD. > It's been bugging me for a while, but it just took about 1.2s to open > and display a 20k patch, which was bad enough to make me dig into it > again. Try this: set

Re: slow vim and malloc

2018-06-06 Thread Theo de Raadt
Otto Moerbeek wrote: > On Wed, Jun 06, 2018 at 11:25:43AM +0100, Stuart Henderson wrote: > > > On 2018/06/06 09:57, Stuart Henderson wrote: > > > I've been finding vim with my standard settings really slow on OpenBSD. > > > It's been bugging me for a while, but it just took about 1.2s to open >

Re: slow vim and malloc

2018-06-06 Thread Otto Moerbeek
On Wed, Jun 06, 2018 at 11:25:43AM +0100, Stuart Henderson wrote: > On 2018/06/06 09:57, Stuart Henderson wrote: > > I've been finding vim with my standard settings really slow on OpenBSD. > > It's been bugging me for a while, but it just took about 1.2s to open > > and display a 20k patch, which

Re: slow vim and malloc

2018-06-06 Thread Stuart Henderson
On 2018/06/06 09:57, Stuart Henderson wrote: > I've been finding vim with my standard settings really slow on OpenBSD. > It's been bugging me for a while, but it just took about 1.2s to open > and display a 20k patch, which was bad enough to make me dig into it > again. > > I've looked at malloc

Re: slow vim and malloc

2018-06-06 Thread Otto Moerbeek
On Wed, Jun 06, 2018 at 09:57:14AM +0100, Stuart Henderson wrote: > I've been finding vim with my standard settings really slow on OpenBSD. > It's been bugging me for a while, but it just took about 1.2s to open > and display a 20k patch, which was bad enough to make me dig into it > again. > >

slow vim and malloc

2018-06-06 Thread Stuart Henderson
I've been finding vim with my standard settings really slow on OpenBSD. It's been bugging me for a while, but it just took about 1.2s to open and display a 20k patch, which was bad enough to make me dig into it again. I've looked at malloc options in the past and noticed that 'j' helps but this