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 StreamWriter or BufWriter in HLO serialization #88

Open
BradenEverson opened this issue Aug 10, 2024 · 0 comments
Open

Use StreamWriter or BufWriter in HLO serialization #88

BradenEverson opened this issue Aug 10, 2024 · 0 comments

Comments

@BradenEverson
Copy link
Member

As is, we serialize to HLO using a lot of string construction. This is good for testing and the quick prototype I wanted to make of this, but we really shouldn't be using all of these unnecessary Strings. As such, we should instead look to using a streamed writing API instead

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