Reworking Load balancer function #2
Labels
bounty 65
enhancement
New feature or request
hacktoberfest
hacktoberfest2022
hacktoberfest-2022
hacktoberfest-accepted
Preface
As of now, the loadbalancer function (present in Modules/handle_packets.go) uses a mod function to handle distribution of load amongst threads. It would be preferable to have some better load balancing algorithm.
Possible solutions
I was thinking some IP based hashing algorithm will be good, but feel free to ideate through comments!
Previous knowledge
I have tried implementing load detecting algorithm and this was not optimized, so make sure the algorithm you provide is fast.
Logs
There are no logs per se, but the screenshots in README.md show the current performance, something equally good or better in performance is preferable.
The text was updated successfully, but these errors were encountered: