#6 Pass item through without going through the bloom filter

Closed
opened 1 year ago by arkiver · 1 comments
arkiver commented 1 year ago

Certain items are guaranteed (or with a very high likelihood) to be unique. It is a waste of space in the bloom filter to take these through the filter and with that add them to the filter.

These items should not be taken through the filter, but directly queued to the project.

Certain items are guaranteed (or with a very high likelihood) to be unique. It is a waste of space in the bloom filter to take these through the filter and with that add them to the filter. These items should not be taken through the filter, but directly queued to the project.
arkiver added the
enhancement
label 1 year ago
arkiver commented 8 months ago
Owner

Implemented with 0f206f00f1 and several later fixes.

Implemented with https://gitea.arpa.li/ArchiveTeam/backfeed/commit/0f206f00f11009ec250846eabbfb624800dac57d and several later fixes.
arkiver closed this issue 8 months ago
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.