https://bz.apache.org/bugzilla/show_bug.cgi?id=69338
--- Comment #3 from Mark Thomas <ma...@apache.org> --- I've been looking at the handling for multiple && and ||. The performance numbers are clear it is worth doing. There is no noticeable change for 2 operands and obvious improvements from 3 operands upwards. The more operands, the clearer the benefit. At 10 operands the new approach is roughly twice as fast. I need to do some more testing to make sure the changes to the parser are correct. I should have something to commit for this tomorrow. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org