diff options
author | Steven Knight <knight@baldmt.com> | 2005-09-25 18:12:01 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-09-25 18:12:01 (GMT) |
commit | 781ba4618da6ab099b213fef0a73960459089558 (patch) | |
tree | 8f3f2d46b0ac09fb08f7dc9d9e9729a92fa2e7d0 /README | |
parent | 83d2c54302835180d4f130d75cd69a92b2d7fd9b (diff) | |
download | SCons-781ba4618da6ab099b213fef0a73960459089558.zip SCons-781ba4618da6ab099b213fef0a73960459089558.tar.gz SCons-781ba4618da6ab099b213fef0a73960459089558.tar.bz2 |
Optimize is_List et al. Add a script harness and scripts for benchmarking Python code snippets.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -316,6 +316,13 @@ CONTENTS OF THIS PACKAGE Not guaranteed to be up-to-date (but better than nothing): +bench/ + A subdirectory for benchmarking scripts, used to perform timing + tests to decide what specific idioms are most efficient for + various parts of the code base. We check these in so they're + available in case we have to revisit any of these decisions in + the future. + bin/ Miscellaneous utilities used in SCons development. Right now, some of the stuff here includes: |