Need a good .

From: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Need a good .
Date: 2003-12-17 12:49:27
Message-ID: brpj73$2qp6$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-12-17 13:57:29 Re: [PATCHES] Double Backslash example patch
Previous Message Michael Meskes 2003-12-17 08:39:08 Re: 7.4 include file conflict