Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Performance boosters #16

Description

@ferndot

Prospector can be slow on devices with lots of files. We need to optimize the performance by implementing these ideas:

  • Enumerate once, and then store all the files in an array. Only re-enumerate when something changes.
  • On edit mode, change up the file nodes, but don't enumerate each time. (Better Edit Mode #17)
  • Use web workers to enumerate.

Feel free to add your own ideas for making Prospector speedier!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions