Skip to content

Commit

Permalink
Added tl:dr to performance
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Feb 25, 2014
1 parent a1fab40 commit 260b542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ PatternEmitter.patternListenerCount(emitter, /foo/); // 1

## Performance

**TL;DR:** *Likely not an issue unless you're invoking in excess of 1,000,000
listeners per second*

Despite the ease of replacing EventEmitter throughout your application,
performance should be considered for any event-heavy code. This implementation
was done in an attempt to avoid copying a majority of the source in
Expand Down

0 comments on commit 260b542

Please sign in to comment.