Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: use less cycles in
@timer_helper
(#4777)
Since the observation of a `null` in the expiration array means there will be no more found, it is pointless to stay in the loop. I expect 1 expiration per callback in the frequent case.
- Loading branch information