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

Faster logging #153

Merged
merged 14 commits into from Apr 15, 2019
Merged

Faster logging #153

merged 14 commits into from Apr 15, 2019

Conversation

rahularya50
Copy link
Collaborator

No description provided.

@kavigupta
Copy link
Collaborator

kavigupta commented Apr 13, 2019

(redacted)

(apply-many 7 expand '(f x)) still takes forever (compare to staff.py's speed). Is there any way to make this faster?


if log_stack:
log.logger.eval_stack.append(f"{repr(expr)} [frame = {frame.id}]")
log.logger.eval_stack.append("cat") # TODO: f"{repr(expr)} [frame = {frame.id}]")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops

@kavigupta kavigupta merged commit 57ee9ef into ide-master Apr 15, 2019
@kavigupta kavigupta deleted the faster-logging branch April 15, 2019 19:57
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.

None yet

2 participants