diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 17:50:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-12 17:50:10 +0200 |
commit | 562856e6a0844b979e9e51749c7a0d228e723b9e (patch) | |
tree | 1e45637a04d0887bd51405dfa159a1d2479fb8be | |
parent | 265bbf04645fcdf4adce5db2e9fabfe5aacdc19a (diff) |
Add note on sed/winepath slowdown issue
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |