codexa / prospector

A file browser for Firefox OS.
GNU General Public License v3.0
7 stars 1 forks source link

Performance boosters #16

Open ferndot opened 11 years ago

ferndot commented 11 years ago

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

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

ferndot commented 11 years ago

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

HR commented 11 years ago

Use web workers to enumerate in background

ferndot commented 11 years ago

Adding that

HR commented 10 years ago

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