Open ScottPJones opened 6 years ago
I haven't yet incorporated any sort of short string support yet into the Str{...}
type, but have been supporting at-evalparse's ShortStrings.jl package (once I've learned enough from optimizing that, I'll attempt to apply that to the Str type, possibly adding a 5th parameter that specifies the underlying storage, currently String
).
https://discourse.julialang.org/t/difference-between-shortstrings-jl-and-inlinestrings-jl/89127 says InlineStrings.jl is a replacement for ShortStrings.jl.
May I revive this old thread to hear what the current thoughts of the maintainers/contributors are about this package?
For me on Windows 11, Julia 1.9.3 the build of PCRE2.jl fails. This was quite surprising to me as the page reads like being a fundamental part of the Julia sphere.
With the latest master of PCRE2, PCRE2 builds fine and Strs.jl
seems to work without problems.
Is this on the radar already or should I file a new issue about this?