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

optimizations on the Round Robin #1201

Open
wants to merge 2 commits into
base: Alpha
Choose a base branch
from
Open

Conversation

ImAubrey
Copy link

Dynamic Update Mechanism: Integrated an event-driven approach that triggers the proxy list update process when significant changes in proxy status are detected, rather than on every touch.

Memory and Performance Tuning: Optimized the management of the available proxies list to update in-place where possible, reducing memory allocations.

Load Distribution: Improved the fairness in proxy usage by introducing a weighted round-robin mechanism that accounts for proxy response times and error rates, ensuring a more balanced load across the proxies.

Implemented optimizations on the Round Robin proxy selection strategies to enhance performance and stability under varying network conditions and proxy availabilities.

Dynamic Update Mechanism: Integrated an event-driven approach that triggers the proxy list update process when significant changes in proxy status are detected, rather than on every touch.

Memory and Performance: Optimized the management of the available proxies list to update in-place where possible.

Load Distribution: Improved the fairness in proxy usage by introducing a weighted round-robin mechanism that accounts for proxy response times and error rates, ensuring a more balanced load across the proxies.
@wwqgtxx wwqgtxx force-pushed the Alpha branch 9 times, most recently from ddf6cd3 to ed1e7e3 Compare May 15, 2024 01:14
@Larvan2 Larvan2 force-pushed the Alpha branch 2 times, most recently from f8b27b9 to 094537b Compare May 19, 2024 10:30
@wwqgtxx wwqgtxx force-pushed the Alpha branch 3 times, most recently from de3d214 to 3195c67 Compare May 21, 2024 00:45
@wwqgtxx wwqgtxx force-pushed the Alpha branch 9 times, most recently from 1067254 to 09be5cb Compare June 17, 2024 14:04
@wwqgtxx wwqgtxx force-pushed the Alpha branch 2 times, most recently from cf3e4b1 to 5028667 Compare June 22, 2024 05:08
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.

1 participant