1
Answer

Performance question

Mykonine

Mykonine

20y
2.3k
1
If I wanted to execute several methods when an event occurs, which would be faster... 1. Using event listener interfaces or 2. Attaching delegates to events I'm doing this for a game, so every millesecond counts.
Answers (1)