sublime-robot-plugin icon indicating copy to clipboard operation
sublime-robot-plugin copied to clipboard

investigate possibility of caching directory list

Open shellderp opened this issue 12 years ago • 2 comments

instead of walking the entire project structure when searching for keywords, we should cache the list of robot files in the project and update on file system changes

this should give us a big speed up since we spend a lot of time iterating through project files to find potential robot files

shellderp avatar May 10 '13 20:05 shellderp

potentially use http://pythonhosted.org/watchdog/

shellderp avatar May 10 '13 20:05 shellderp

  • first goal: to simply cache the file list and ignore file updates
  • second goal: experiment with watchdog
  • final goal: implement watchdog in caching the file list

shellderp avatar May 24 '13 15:05 shellderp