summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-02-14 05:21:45 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-02-14 05:21:45 +0000
commit011fbb220a3fc668539da426507d053ef7d3f201 (patch)
treee8294aa4058b9cf6b341ce216821baa03e0a4f45 /ROADMAP
parent5744aefd9514c1287df22d8bcc4633e8b56b0856 (diff)
downloadhttpd-011fbb220a3fc668539da426507d053ef7d3f201.tar.gz
Another thought.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP4
1 files changed, 3 insertions, 1 deletions
diff --git a/ROADMAP b/ROADMAP
index 52f4ffd121..a8787683f1 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,6 +1,6 @@
APACHE 2.1+ ROADMAP:
-Last modified at [$Date: 2001/12/26 17:54:38 $]
+Last modified at [$Date: 2002/02/14 05:21:45 $]
DEFERRRED FOR APACHE 2.1
@@ -52,3 +52,5 @@ DEFERRRED FOR APACHE 3.0
* Add a string "class" that combines a char* with a length
and a reference count. This will help reduce the number
of strlen and strdup operations during request processing.
+ Including both the length and allocation will save us a ton
+ of reallocation we do today, in terms of string manipulation.