Possible Duplicate:
What's a good alternative to Windows' “Search for Files and Folders”?

I was thinking about Google Desktop or something similar. Why does this take ages (!) -> 10 minutes while on the internet when having it indexed once it is found in seconds? Isn't there the possibility to index the project once and have it searched fast (!)?

link|improve this question
feedback

closed as exact duplicate by Mehper C. Palavuzlar, random Nov 12 '10 at 17:24

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

You could try Agent Ransack. Google Desktop would work too. Or, as an alternative, you could install Cygwin and use grep.

link|improve this answer
Not going to downvote but this answer (grep) doesn't work for large projects. By large I mean tens of thousands of files with millions of lines of code. For that size project you have to index the source and indexing takes time. Once indexed, search results are fast. Of course you have to save the index - and update the index as files are added/deleted/changed. It's a non-trivial problem for large code systems. – hotei Nov 12 '10 at 15:09
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.