diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-06-28 22:58:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 22:58:35 (GMT) |
commit | dc42f225efb57005c0cdd618f01a1b8575f0b9e5 (patch) | |
tree | ea4863ffae719c858d78c50962f2ce1e691d6efc /RELEASE.txt | |
parent | 80e5b0c090df1d1d0d980109b390f170b0600b45 (diff) | |
parent | 88f7f9ab27d2d953597eab9cc467f580dfa5f846 (diff) | |
download | SCons-dc42f225efb57005c0cdd618f01a1b8575f0b9e5.zip SCons-dc42f225efb57005c0cdd618f01a1b8575f0b9e5.tar.gz SCons-dc42f225efb57005c0cdd618f01a1b8575f0b9e5.tar.bz2 |
Merge pull request #4556 from mwichmann/perf/env-setitem
Update to current fastest env setitem
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 7742072..8851109 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -81,6 +81,9 @@ IMPROVEMENTS - Make the testing framework a little more resilient: the temporary directory for tests now includes a component named "scons" which can be given to antivirus software to exclude. +- Performance tweak: the __setitem__ method of an Environment, used for + setting construction variables, now uses the string method isidentifier + to validate the name (updated from microbenchmark results). PACKAGING --------- |