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

Performance boosters #16

Open
3 tasks
ferndot opened this issue Oct 31, 2013 · 4 comments
Open
3 tasks

Performance boosters #16

ferndot opened this issue Oct 31, 2013 · 4 comments

Comments

@ferndot
Copy link
Member

ferndot commented Oct 31, 2013

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!

@ferndot
Copy link
Member Author

ferndot commented Oct 31, 2013

Oops, I meant: "storing all the files in an array."

@HR
Copy link
Member

HR commented Oct 31, 2013

Use web workers to enumerate in background

@ferndot
Copy link
Member Author

ferndot commented Oct 31, 2013

Adding that

@HR
Copy link
Member

HR commented Dec 27, 2013

How long is this going to take for this to be implemented?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants