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. Committed. Thanks. -- justin
- [PATCH] hash table for registered filter list Brian Pane
- Re: [PATCH] hash table for registered filter list Justin Erenkrantz
- RE: [PATCH] hash table for registered filter list Charles Randall
