Way back, years ago, A.K. Dewdney published one of his computing recreations columns in Scientific American where he discussed models of computation stronger than Turing machines/lambda calculus/recursive functions/etc., etc. His contribution was a model that solved a NP-Hard (?) problem in linear time: it passed the input to two sub-processors, which either solved the problem or passed it to two sub-sub-processors each. Since each sub-processor was half the size of its parent and required time proportional to its size due to wire delay (?).
Anyway, the bottom line was that it did an unbounded amount of work in a bounded amount of time.
Anyway, the bottom line was that it did an unbounded amount of work in a bounded amount of time.
I stopped paying attention to Dewdney after that.