Skip to content

Commit 7c5b51c

Browse files
Improved docs: Explain the event system's design to be performant.
1 parent cd99afe commit 7c5b51c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/mmSolver/utils/event.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
2727
This event system automatically combines multiple functions with
2828
single objects into a function that is run once with multiple
29-
arguments.
29+
arguments. The reason for this, is to reduce function calls and
30+
improve performance when operating on many arguments at once.
3031
3132
3233
Example usage::

0 commit comments

Comments
 (0)