Commit 172b109a authored by dgaudet's avatar dgaudet
Browse files

directory_walk() is an expensive function, keep a little more state to

avoid needless string counting.  Add two new functions make_dirstr_parent
and make_dirstr_prefix which replace all existing uses of make_dirstr.
The new functions are a little less general than make_dirstr, but
work more efficiently (less memory, less string counting).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@78479 13f79535-47bb-0310-9956-ffa450edef68
parent 2a24cd5f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment