Skip to content
New issue

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

Use an explicit ASCII string type? #5

Open
rafaqz opened this issue Aug 29, 2022 · 0 comments
Open

Use an explicit ASCII string type? #5

rafaqz opened this issue Aug 29, 2022 · 0 comments

Comments

@rafaqz
Copy link
Member

rafaqz commented Aug 29, 2022

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant