Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)
В списке pgsql-patches по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) |
| Дата | |
| Msg-id | 27136.1220634737@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker) ("David Rowley" <dgrowley@gmail.com>) |
| Ответы |
Re: [HACKERS] TODO item: Implement Boyer-Moore searching
(First time hacker)
|
| Список | pgsql-patches |
"David Rowley" <dgrowley@gmail.com> writes:
> Tom Lane wrote:
>> Hmm. B-M-H has worst case search speed O(M*N) (where M = length of
>> pattern, N = length of search string); whereas full B-M is O(N). Maybe we
>> should build the second table when M is large?
> I'll look into this. If it pays off for longer searches I'll submit a patch.
> I won't have the time until after the 15th, so perhaps that's in November's
> commit fest?
Yes. Let's get B-M-H in during this fest and then you can look into
whether a follow-on patch is worthwhile.
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера