scons
scons copied to clipboard
refactor string processing like string.Template
This issue was originally created at: 2009-12-01 13:24:05.
This issue was reported by: stevenknight.
stevenknight said at 2009-12-01 13:24:05
Our string processing is notoriously slow. The Python string.Template class has different semantics than we want, but the general technique is fast and can be adapted to our needs. SK has started a prototype of a class to do this, which should be finished and benchmarked.
stevenknight said at 2009-12-01 13:25:31
Started, priority => P3, milestone => anytime).
Do we want to keep this one open?