gperf anyone? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject gperf anyone?
Date
Msg-id Pine.LNX.4.21.0001170003210.1636-100000@localhost.localdomain
Whole thread Raw
Responses Re: [HACKERS] gperf anyone?
Re: [HACKERS] gperf anyone?
Re: [HACKERS] gperf anyone?
List pgsql-hackers
A while ago I played around with gperf (GNU perfect hash function
generator), abusing the keyword lookup in parser/keyword.c as playground.
Now before I delete this I was wondering if this would perhaps be of use
to the general public. I don't know how huge the speed advantage of this
is, I'm sure the parser/scanner speed is the least of our problems. But I
thunk especially ecpg could benefit from this. Btw., gperf is used by GCC,
so it's not a toy.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] TODO list
Next
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] multi-byte support broken in current