mirror of https://github.com/lukechilds/node.git
Browse Source
`removeAllListeners` is removing events from end to start. Therefore it spends O(n^2) time, since `removeListener` is searching from start to end.v0.9.12-release
committed by
Fedor Indutny
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue