Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase perf of handling concurrent use of StreamIDGenerators. (#9190) | Erik Johnston | 2021-01-21 | 1 | -0/+1 |
We have seen a failure mode here where if there are many in flight unfinished IDs then marking an ID as finished takes a lot of CPU (as calling deque.remove iterates over the list) |