You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should match the logic that CSV.jl and Arrow.jl use to decide if they are making Strings or InlineStrings.
Once we have JuliaStrings/InlineStrings.jl#8
it should be as fast, or faster (since no allocations) to do this.
Looking at parse.jl I don't think the change would be too hard.
It would want benchmarking; but I have high hopes.