>> What I left off is: >> - change the actionslist from a Vector to a sorted linked-list (need >> the generic linked-list class first) > > Is the STL list template unsuitable?
Not as-is IMO, in particular it should be specialized to use squid-specific features such as MemPools for memory allocation. Once it's done, a refactoring effort to have squid use such generic data-types wherever it makes sense would be a worthy effort. -- /kinkie
