Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

filtering out not wanted bounties before entering the loop #37

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

karsiwek
Copy link
Contributor

before the loop have performed ~130 checks (right now there is about 130 bounties - open or closed) for every element in issues list (25 issues on one list) which gave about 130*25 = 750 checks. (will be more in a future)

this fix is removing not related bounties and enters the loop. for most common repositories (with 2 bounties) this will result with only one initial check for every bounty (130right now) and then check only related with every issue on issue list (25*2) which sums up to 180 operations on average.

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

Successfully merging this pull request may close these issues.

3 participants