Skip to content

Config currently reads file for each read #637

@sophiajt

Description

@sophiajt

The current version of config does not cache the contents of the config file after its been updated, so we're reading from disk for each time we retrieve a config setting.

Ideally, we could keep a live cache of what the current settings are, treat the config file as something only nu maintains, and then we could just read from the cache.

cc @wycats

Metadata

Metadata

Assignees

No one assigned

    Labels

    polishthis problem makes nu feel unpolishedstatus:needs-designthis feature requires design

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions