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

freeze-to-file implementation is inefficient #183

Open
nathanmarz opened this issue Dec 6, 2024 · 1 comment
Open

freeze-to-file implementation is inefficient #183

nathanmarz opened this issue Dec 6, 2024 · 1 comment

Comments

@nathanmarz
Copy link

freeze-to-file currently serializes into a byte array in memory before writing that byte array to a file. It would be more efficient to serialize directly into the target file with a DataOutputStream.

@ptaoussanis
Copy link
Member

@nathanmarz Hi Nathan, PR welcome to improve this 👍

Otherwise you might find freeze-to-out! helpful.

Cheers!

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

No branches or pull requests

2 participants