Re: text_position worst case runtime

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: text_position worst case runtime
Дата
Msg-id 20060519234542.GA28068@surnet.cl
обсуждение исходный текст
Ответ на Re: text_position worst case runtime  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Hannu Krosing wrote:

> I had a (false ?) memory that we used some variant of pcre, and that
> pcre uses BM. I may be false on both  accounts. (I know that python
> borrowed its re module from pcre).

Our code is a derivative from Henry Spencer's code found in Tcl.  It
certainly isn't Boyer Moore, because it processes chars one at a time,
left to right (BM processes right to left).

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: String Similarity
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: