scons icon indicating copy to clipboard operation
scons copied to clipboard

refactor string processing like string.Template

Open bdbaddog opened this issue 7 years ago • 1 comments

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).

bdbaddog avatar Jan 02 '18 13:01 bdbaddog

Do we want to keep this one open?

mwichmann avatar May 10 '21 19:05 mwichmann