Need a good . - Mailing list pgsql-hackers

From Thomas Hallgren
Subject Need a good .
Date
Msg-id brpj73$2qp6$1@news.hub.org
Whole thread Raw
Responses Re: Need a good .  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
I'm working on a pljava module. In it, I'd like to cache some allocated
structures (allocated using TopMemoryContext) using a string as the key. I
need a hash or binary-search table with dynamic size where I can store
arbitrary structures and then find them using strings. Typical size is less
than 100 entries and performance will be an issue. I'm sure something like
this exists in postgres but I haven't been able to find it. Please point me
in the right direction.

Thanks,

Thomas Hallgren






pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: 7.4 include file conflict
Next
From: Andreas Pflug
Date:
Subject: Re: [PATCHES] Double Backslash example patch