simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key - Mailing list pgsql-hackers

From Jeff Davis
Subject simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key
Date
Msg-id cae37242f236ef2f586384681f77c6ae05fa59e0.camel@j-davis.com
Whole thread Raw
Responses Re: simplehash: SH_OPTIMIZE_REPEAT for optimizing repeated lookups of the same key
List pgsql-hackers
Patch attached.

The caller could do something similar, so this option is not necessary,
but it seems like it could be generally useful. It speeds things up for
the search_path cache (and is an alternative to another patch I have
that implements the same thing in the caller).

Thoughts?

Regards,
    Jeff Davis


Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: About #13489, array dimensions and CREATE TABLE ... LIKE
Next
From: Tom Lane
Date:
Subject: Re: About #13489, array dimensions and CREATE TABLE ... LIKE