Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized RequestTracker by using a Set instead of a List to track pe…
…ndingRequests. This makes cancelling an incomplete request O(1) instead of O(n), by making remove()-by-value an O(1) function call. PiperOrigin-RevId: 362418569
- Loading branch information