Re: WIP: shared ispell dictionary

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WIP: shared ispell dictionary
Дата
Msg-id 10555.1268923232@sss.pgh.pa.us
обсуждение исходный текст
Ответ на WIP: shared ispell dictionary  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: WIP: shared ispell dictionary
Re: WIP: shared ispell dictionary
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I know so Tom worries about using of share memory.

You're right, and if I have any say in the matter no patch like this
will ever go in.

What I would suggest looking into is some way of preprocessing the raw
text dictionary file into a format that can be slurped into memory
quickly.  The main problem compared to the way things are done now
is that the current internal format relies heavily on pointers.
Maybe you could replace those by offsets?
        regards, tom lane


В списке pgsql-hackers по дате отправления: