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

Refactor Scheduler and add BloomFilter for duplicate removing #118

Closed
code4craft opened this issue May 2, 2014 · 0 comments
Closed

Refactor Scheduler and add BloomFilter for duplicate removing #118

code4craft opened this issue May 2, 2014 · 0 comments
Assignees

Comments

@code4craft
Copy link
Owner

The Scheduler use hashset for duplicate removing. It will take a lot of memory when number of urls is huge. Add BloomFilter for less memory usage.

@code4craft code4craft added this to the WebMagic-0.5.1 milestone May 2, 2014
@code4craft code4craft self-assigned this May 2, 2014
code4craft added a commit that referenced this issue May 2, 2014
code4craft added a commit that referenced this issue May 2, 2014
code4craft added a commit that referenced this issue May 2, 2014
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

1 participant