Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: David Rowley <dgrowley(at)gmail(dot)com>
Cc: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 'Peter Eisentraut' <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] TODO item: Implement Boyer-Moore searching (First time hacker)
Date: 2008-09-08 07:49:36
Message-ID: 48C4D910.90401@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

David Rowley wrote:
> Thanks for all the reviews and suggestions.

David, could you re-run the performance tests you ran earlier? I'm
curious to know what impact switching to the simpler loop for 1-byte
pattern had.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-09-08 07:50:58 Re: reducing statistics write overhead
Previous Message Dave Page 2008-09-08 07:35:20 Re: TRUNCATE privilege vs information_schema

Browse pgsql-patches by date

  From Date Subject
Next Message Brendan Jurd 2008-09-08 08:24:14 Re: [PATCHES] to_date() validation
Previous Message Heikki Linnakangas 2008-09-08 06:45:18 Re: [HACKERS] TODO item: Implement Boyer-Moore searching (First time hacker)