An introduction to lockless algorithms
An introduction to lockless algorithms
Posted Mar 16, 2021 20:49 UTC (Tue) by nix (subscriber, #2304)In reply to: An introduction to lockless algorithms by nybble41
Parent article: An introduction to lockless algorithms
The canonically crazy example of this is the wonderful Hutter search: https://arxiv.org/abs/cs/0206022. The title describes it well: it is, in fact, the fastest and shortest general algorithm possible if you want one single algorithm that can solve all well-defined problems -- but given that it involves searching for and then executing all possible programs until it finds the one that solves the problem you asked about, it is somewhat impractical. You might find it useful if you are looking for something for your hypercomputer to run when you are bored of having it work out all the busy beaver numbers up to 10^100...