MadsBuus / gedit-snapopen-plugin

Snapopen plugin for Gedit (Linux/Mac)
58 stars 18 forks source link

Consider using updatedb/locate instead of find #5

Open MadsBuus opened 14 years ago

MadsBuus commented 14 years ago

Maybe updatedb/locate tools could be used instead of find, by creating project-filename-caches using updatedb and searching them using locate. Creating small updatedb's takes only a second or so and searching them with locate is VERY fast.

Problem is when to updatedb (maybe using file alteration monitor (fam) service?).