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

Significant input lag after using InlineStrings #361

Closed
carstenbauer opened this issue Jul 12, 2024 · 3 comments · Fixed by JuliaStrings/InlineStrings.jl#77
Closed

Significant input lag after using InlineStrings #361

carstenbauer opened this issue Jul 12, 2024 · 3 comments · Fixed by JuliaStrings/InlineStrings.jl#77

Comments

@carstenbauer
Copy link

carstenbauer commented Jul 12, 2024

julia> using InlineStrings

julia> # typing something has significant input lag (when OhMyREPL.jl is loaded)

(I opened an issue here because it's OhMyREPL that's at work while typing things.)

Came up over in JuliaCon.jl (JuliaCon/JuliaCon.jl#37).

cc: @quinnj

@Moelf
Copy link
Contributor

Moelf commented Jul 12, 2024

maybe same underlying cause as #355 ? Namely type piracy?

@KristofferC
Copy link
Owner

KristofferC commented Jul 12, 2024

Not type piracy but invalidations. JuliaStrings/InlineStrings.jl#77 fixes this.

@KristofferC
Copy link
Owner

Should be fixed now

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 a pull request may close this issue.

3 participants