1 Aug
2004
1 Aug
'04
11:23 p.m.
On Aug 1, 2004, at 12:00 PM, Oliver Kowalke wrote:
I'd like to know the performance of the signal/slot mechanism if I connect n objects to a signal instance and disconnecting one slot.
According to the docs, it's O(lg n) for each connect and disconnect.
Is the signals package designed for speed?
It's designed to be efficient, but has not been "tweaked" for optimal performance. Doug