Hacker News new | ask | show | jobs
by dbaupp 3376 days ago
Obstruction-free is the weakest requirement, so your use of "even stronger" confuses me.

In any case, in practice wait-free has this property a bit: getting the guarantee of all threads making progress in finite time generally requires in them executing slower individually, on average, e.g. one common strategy is for thread A help thread B finish its work, because thread A needs that result.

1 comments

Executing a little slower would be fine. Executing two orders of magnitude slower can be almost as useless as being obstructed.