Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
257
stars
54
forks
source link
Improve the Efficiency of Calling the Super Method in `CallbackChain` #220
Closed
ATATC closed 5 months ago
Current algorithm:
In cases where
self._chain
isNone
, the while loop is purely an O(n) waste of time. Therefore, we propose an improvement here: