Skip to content

Do not implement persisting analysis results to disk #607

Closed
@matklad

Description

@matklad

This is an issue to document a negative design decision.

Originally I've envisioned saving analysis results to disk, to improve start up time. However, after reading rust-lang/rfcs#1317 (comment) I am no convinced that it's better to keep away from disks unless we are absolutely pressed.

  • it is a ton of complexity
  • we should make analysis lazy enough and compact enough such that keeping stuff in memory is not too much of a burden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions