From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | hackers(at)postgresql(dot)org |
Subject: | gperf anyone? |
Date: | 2000-01-18 23:38:18 |
Message-ID: | Pine.LNX.4.21.0001170003210.1636-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-01-18 23:43:36 | Re: [HACKERS] multi-byte support broken in current |
Previous Message | Peter Eisentraut | 2000-01-18 23:28:32 | Re: [HACKERS] pg_dump not in very good shape |