We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It may be more efficient to read from disk to a fixed single-byte string type like ASCIIString from https://github.com/JuliaStrings/LegacyStrings.jl or ASCII from https://github.com/JuliaString/CharSetEncodings.jl
ASCIIString
ASCII
Julia's native string is unicode with flexible character byte size (apparently).
I'm not sure how much this would help, but the potential of having Unicode mixed in must have some overhead when using the internal String
String
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It may be more efficient to read from disk to a fixed single-byte string type like
ASCIIString
from https://github.com/JuliaStrings/LegacyStrings.jl orASCII
from https://github.com/JuliaString/CharSetEncodings.jlJulia's native string is unicode with flexible character byte size (apparently).
I'm not sure how much this would help, but the potential of having Unicode mixed in must have some overhead when using the internal
String
The text was updated successfully, but these errors were encountered: