> On May 17, 2016, at May 17, 3:32 PM, Sean Decker <[email protected]> > wrote: > > I'm wondering if there are any significant performance implications for the > order of our ACLs known without doing multiple rounds of testing. Here is an > example mixing path_beg and path_reg.
IMO: Make it easiest to read and satisfy the config parser. Then, if you have issues with performance — say you need to do 100,000 RPS — worry about such slight optimizations. -Bryan

