KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
766 stars 59 forks source link

Significant input lag after `using InlineStrings` #361

Closed carstenbauer closed 1 month ago

carstenbauer commented 1 month ago
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 (https://github.com/JuliaCon/JuliaCon.jl/issues/37).

cc: @quinnj

Moelf commented 1 month ago

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

KristofferC commented 1 month ago

Not type piracy but invalidations. https://github.com/JuliaStrings/InlineStrings.jl/pull/77 fixes this.

KristofferC commented 1 month ago

Should be fixed now