Skip to content

Optimization: SaveAll writes config as many times as there are open windows #81

@avengerx

Description

@avengerx

The SaveAll feature calls Save() every time for each window it locates. So if there's 25 windows to be saved, the app will call File.WriteAllBytes() 25 times, instead of building up the config file in memory (as it already does) and saving only once all is ready.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions