-
-
Notifications
You must be signed in to change notification settings - Fork 202
Feat: DevRank Spider Random Walk Strategy #9032
Copy link
Copy link
Closed
Labels
Description
Enhance the Spider's discovery algorithm to avoid "Filter Bubbles" (repeatedly scanning top repos) and increase coverage.
Strategies to Explore:
- Temporal Slicing: Search repositories by random creation date ranges (e.g.,
created:2022-05-01..2022-05-07) instead of juststars:>1000. - Stargazer Leap: Pick a random indexed user -> fetch their starred repos -> scan those repos.
- Dictionary Attack: Search for random keywords/prefixes.
Goal: Ensure diverse discovery of "hidden gem" developers.
Reactions are currently unavailable