On Mon, Sep 03, 2001 at 11:53:59PM -0700, Justin Erenkrantz wrote:
> On Mon, Sep 03, 2001 at 10:50:01PM -0700, Brian Pane wrote:
> > The ap_add_input_filter/ap_add_output_filter functions do an O(n) scan
> > through the list of registered filters.  This patch replaces the linear
> > list with a hash table for better performance.
> 
> Yup.  The "### use a hash table" was a dead giveaway that someone
> else thought this was needed.

That was me :-)  +1 on the concept, but the patch is busted.

Seeing that this is early in my set of new messages to read, I bet somebody
has already discovered that... :-)

> Committed.  Thanks.  -- justin

eek.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Reply via email to