Skip to content

freeze-to-file implementation is inefficient #183

@nathanmarz

Description

@nathanmarz

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions