aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-07-12 17:50:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-07-12 17:50:10 +0200
commit562856e6a0844b979e9e51749c7a0d228e723b9e (patch)
tree1e45637a04d0887bd51405dfa159a1d2479fb8be
parent265bbf04645fcdf4adce5db2e9fabfe5aacdc19a (diff)
Add note on sed/winepath slowdown issue
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index cab7a67..e19109c 100644
--- a/TODO
+++ b/TODO
@@ -11,4 +11,5 @@
@@ The /showIncludes run is very slow most likely due to the sed-based path
processing (but verify). Perhaps we should rewrite it in C++ with
- translated path caching, etc.
+ translated path caching, etc. Test result: sed/winepath results in ~x5
+ slowdown.