JuliaStrings / InlineStrings.jl

Fixed-width string types for Julia
Other
45 stars 13 forks source link

ensure that the input String is GC preserved in equality check #81

Closed KristofferC closed 3 months ago

KristofferC commented 3 months ago

To me, it seems that nothing protects x from getting GCd after the pointer call right now.