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

When API is stable, compare performance of ast vs. exec #23

Open
ericvsmith opened this issue Sep 2, 2017 · 2 comments
Open

When API is stable, compare performance of ast vs. exec #23

ericvsmith opened this issue Sep 2, 2017 · 2 comments

Comments

@ericvsmith
Copy link
Owner

The tag last-version-with-ast points to a version of the code that uses ast to create functions. The current master branch uses exec.

@ericvsmith ericvsmith changed the title When API is stable, compare performance of exec vs. exec When API is stable, compare performance of ast vs. exec Sep 2, 2017
@hynek
Copy link

hynek commented Sep 25, 2017

JFTR, the reason why attrs went with exec is so it's possible to use pdb to step through our generated __init__.

@ericvsmith
Copy link
Owner Author

That's helpful, @hynek. Thanks for the insight.

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

No branches or pull requests

2 participants