-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Optimize the performance of the nREPL message log #1859
Labels
Comments
The issues seem to be coming from |
@vspinu Can you look into this? |
Sure. I will have a look over the weekend. |
@vspinu Thanks! |
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Oct 10, 2016
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Oct 10, 2016
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Oct 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in #1758 the nREPL message logging is pretty slow (especially when big data structures are involved) and enabling logging causes constant freezes.
To alleviate the problem logging was disabled by default, but we still need to analyze and optimize the problematic code (
nrepl--pp
seems to be the main culprit here).//cc @vspinu
The text was updated successfully, but these errors were encountered: