Re: patch: tsearch - some memory diet

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: patch: tsearch - some memory diet
Дата
Msg-id AANLkTikSK8Cs5MAntyD9umagQhoEur_LS1JPre=P3BOQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch: tsearch - some memory diet  (Teodor Sigaev <teodor@sigaev.ru>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: patch: tsearch - some memory diet
Следующее
От: Max Bowsher
Дата:
Сообщение: Re: git: uh-oh