Bug in Debugging: 1. Pharo Image
• You are subscribed to this case
Here is a performance check of the three new classes against the existing DelaySpinScheduler. Even with the new additional abstraction,
up to 5000 concurrent delays the performance is essentially the same. I guess not many applications will exceed that - and if they do then they can probably afford to put some effort into a custom optimized scheduler (e.g. duplicating methods rather than super sends - but then sista may overcome that anyway)