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

FileCacheQueueScheduler使用BloomFilter进行去重 #1176

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

blanexie
Copy link
Contributor

修改的内容如下:

  1. 去重器换成了BloomFilter , 去掉了其中urls属性,防止抓起的网页过多导致内存爆炸
  2. 优化了格式和import行
  3. 避免readCursorFile中重复创建AtomicInteger对象

@sutra sutra merged commit 15ec80f into code4craft:develop Aug 19, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants