Re: patch: tsearch - some memory diet - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: patch: tsearch - some memory diet
Date
Msg-id AANLkTikSK8Cs5MAntyD9umagQhoEur_LS1JPre=P3BOQ@mail.gmail.com
Whole thread Raw
In response to Re: patch: tsearch - some memory diet  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
2010/9/7 Teodor Sigaev <teodor@sigaev.ru>:
>> on 32bit from 27MB (3399 blocks) to 13MB (1564 blocks)
>> on 64bit from 55MB to cca 27MB.
>
> Good results. But, I think, there are more places in ispell to use
> hold_memory():
> - affixes and affix tree
> - regis (REGex for ISpell, regis.c)

yes, but minimally for Czech dictionary other places are not
important. It's decrease 1MB more.

Last month I moved all these unreleased parts and it's not important.
But can be interesting check it for other languages than Czech.

Regards

Pavel Stehule

>
>
> --
> Teodor Sigaev                                   E-mail: teodor@sigaev.ru
>                                                   WWW: http://www.sigaev.ru/
>


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: patch: tsearch - some memory diet
Next
From: Max Bowsher
Date:
Subject: Re: git: uh-oh