]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This patch optimizes away some strlen and strcat calls in
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 4 Nov 2001 21:46:36 +0000 (21:46 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 4 Nov 2001 21:46:36 +0000 (21:46 +0000)
commit439dcf6e685ca9ade305dd38305e94415c5cb91d
tree90b32a54ecf71219e23d99ba1db71cbb21705988
parent7b1e9ee08bccb9e2234b8cf1de0981dbf351047c
This patch optimizes away some strlen and strcat calls in
ap_directory_walk.  The strlen calls, in particular, had
ranked as a top bottleneck in the usr-space code in recent
performance profiling.

Submitted by: Brian Pane <bpane@pacbell.net>
Reviewed by: Justin Erenkrantz

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91746 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/request.c