Victor Prins

Results 1 issues of Victor Prins

# Summary Fixes **2 logic bugs** in `_assign_requests_to_connections` and improves complexity from O(N²+NxM) to O(N+M) where N=connections, M=requests. Although I attempted a smaller PR with an atomic change, I ultimately...