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

Move costly requires to be lazy. #75

Merged
merged 1 commit into from
Jun 21, 2016

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jun 21, 2016

Before:

% ember v
...snip...
        4.95 real         1.18 user         0.18 sys

After:

% ember v
...snip...
        2.09 real         1.34 user         0.27 sys

Fixes #74

Before:

```
% ember v
...snip...
        4.95 real         1.18 user         0.18 sys
```

After:

```
% ember v
...snip...
        2.09 real         1.34 user         0.27 sys
```
@rwjblue rwjblue merged commit 526fd6e into ember-cli:master Jun 21, 2016
@rwjblue rwjblue deleted the remove-costly-eager-requires branch June 21, 2016 16:00
@rwjblue
Copy link
Member Author

rwjblue commented Jun 21, 2016

Published in 0.2.3

@stefanpenner
Copy link
Contributor

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants