Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental indexing #51

Open
cloudspeech opened this issue Sep 4, 2015 · 2 comments
Open

Incremental indexing #51

cloudspeech opened this issue Sep 4, 2015 · 2 comments

Comments

@cloudspeech
Copy link

It would be great if one could tell the indexer to (re-)index a single file and merge that efficiently into the existing index.

A strong plus would be to read the file names - 1 per line - from a (named or regular) pipe, and index those as soon as a new line becomes available.

@rns
Copy link

rns commented Sep 4, 2015

Good idea.

@AntonioGHub
Copy link

Yes, definitively a good idea.

The project is inactive a long time but there are a number of new other projects drawing from it (for instance, several plugins for IDEs like Atom and SublimeText).

The main benefit of using CodeSearch is increased speed of lookup for large code bases. The price you pay is upfront full indexing.

However the lack of incremental indexing makes CodeSearch suitable only for quasi-static code bases!

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

No branches or pull requests

3 participants