Re: [HACKERS] Need a good .

2004-01-04 Thread Neil Conway
"Thomas Hallgren" <[EMAIL PROTECTED]> writes: > 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 th

[HACKERS] Need a good .

2003-12-17 Thread Thomas Hallgren
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