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

SimpleDataIndexer can operate much more efficiently when adding nodes to the index #41

Closed
Shazwazza opened this issue May 13, 2016 · 0 comments

Comments

@Shazwazza
Copy link
Owner

Previous changes were made to examine to pass in an IEnumerable collection to be indexed which would be resolved lazily, the SimpleDataIndexer wasn't updated to support this feature.

@Shazwazza Shazwazza added this to the 0.1.69 milestone May 13, 2016
Shazwazza added a commit that referenced this issue May 13, 2016
Race condition could occur when an index doesn't exist #42
SimpleDataIndexer can operate much more efficiently when adding nodes to the index #41
When app pool is shutting down there's potential for a YSOD because the BlockingCollection is disposed #40

Adds new project for syncing directories - still needs testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant