]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
speed up variable lookup. It's expected to be faster
authorAndré Malo <nd@apache.org>
Tue, 29 Jul 2003 20:58:29 +0000 (20:58 +0000)
committerAndré Malo <nd@apache.org>
Tue, 29 Jul 2003 20:58:29 +0000 (20:58 +0000)
commit241e588ba49a09278f026588acac5ea9ff38e495
treed4d7515f1085a62d8c1a0db8adb06c59cac42453
parentad23e61d7371bc8a49de66b952ef064eb6fd74dd
speed up variable lookup. It's expected to be faster
than a hash (and the previous if-else chain, of course).
This also reverts the wrong patch, committed in r1.151

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100850 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_rewrite.c