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

Verify usage of ByteString instead of String #1871

Open
Tracked by #1870
tillrohrmann opened this issue Aug 20, 2024 · 0 comments
Open
Tracked by #1870

Verify usage of ByteString instead of String #1871

tillrohrmann opened this issue Aug 20, 2024 · 0 comments

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Aug 20, 2024

It is not clear whether the usage of ByteString has advantages over directly using String, since usually don't share the underlying memory. Moreover with #1872, it might make more sense to pass the whole structure as a reference/make it easily cloneable instead of creating a struct of references/arcs.

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