-
Notifications
You must be signed in to change notification settings - Fork 339
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
A lot of tokenization happening at the same time #7003
Labels
bug
Something that is making a piece of functionality unusable
fixed-upstream
Tag a ticket with this when a fix upstream has been completed and we can now address the ticket
Comments
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 3, 2024
tgodzik
added
bug
Something that is making a piece of functionality unusable
upstream-fix-needed
Waiting on a fix upstream
labels
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 4, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 5, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 5, 2024
tgodzik
added a commit
to tgodzik/scalameta
that referenced
this issue
Dec 5, 2024
kitbellew
pushed a commit
to scalameta/scalameta
that referenced
this issue
Dec 5, 2024
kasiaMarek
added
fixed-upstream
Tag a ticket with this when a fix upstream has been completed and we can now address the ticket
and removed
upstream-fix-needed
Waiting on a fix upstream
labels
Dec 11, 2024
Possible solutions to investigate:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something that is making a piece of functionality unusable
fixed-upstream
Tag a ticket with this when a fix upstream has been completed and we can now address the ticket
Describe the bug
User reported on Discord that Metals sometimes take a lot of CPU and managed to get a jstack:
https://gist.github.com/felher/9939f409ab3f7d0df5e5abe8f06ec1e2
Looks like there is too much threads at: scala.meta.internal.tokenizers.LegacyScanner.reportIllegalCharacter$1(LegacyScanner.scala:237)
We probably need to optimize it
Expected behavior
No response
Operating system
None
Editor/Extension
None
Version of Metals
v1.4.1
Extra context or search terms
memory cpu usage tokenization
The text was updated successfully, but these errors were encountered: