Skip to content

keep file in file manager #9

@DobbiKov

Description

@DobbiKov

Currently, every time we write a line, we open and close the file that is safe but very slow. The file should be kept open in the file_manager. We could create a field for that, e.g:

struct FileManager{
current_file: File,
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions