Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS optimization #503

Closed
bdbaddog opened this issue Jan 2, 2018 · 0 comments
Closed

FS optimization #503

bdbaddog opened this issue Jan 2, 2018 · 0 comments
Labels

Comments

@bdbaddog
Copy link
Contributor

bdbaddog commented Jan 2, 2018

This issue was originally created at: 2003-05-08 09:08:00.
This issue was reported by: issues@scons.
issues@scons said at 2003-05-08 09:08:00

This is an add-on to my last patch. There is a new
class, EntryProxy, that gets constructed A LOT! I did
some up-front calculation in the constructor, but this
patch moves that stuff to be lazily evaluated (the
common case is that the user won't need it at all).
This should improve performance quite a bit.

issues@scons said at 2003-05-08 09:08:00

Converted from SourceForge tracker item 734728

@bdbaddog bdbaddog closed this as completed Jan 2, 2018
@bdbaddog bdbaddog added the P3 label Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant