I would like to ask a dummy question. Regarding processors and in particular the pulses per second of a microprocessor. The higher the pulses per second, the greater the power usage (energy/time) since you are converting electrical energy into kinetic energy. Computers at max power use 30 watts an oven uses 3000 watts of power. in simply terms Power=voltage*current. Power lost due to heat = resistance*current^2. So to deliver a given power efficiently you want a very high voltage (11kV) and small current . So it seems to me the clock speed of a microprocessor is really just about how hot can the computer get before melting at a given voltage. At 11 thousand volts not the domesticated 110DC i can design a microprocessor with a pulse rate of 188 zettahertz, keeping the current constant so it doesn't heat up. it is a popular misconception that clock speed is not important because of the amount you do in a cycle and the time for the new state to settle. this is false it is in fact of beyond critical importance if you are working sequentially and each cycle performs the most simple task possible. it allows you to sample the market state sequentially and continuously and always win (10 microseconds is for the birds, the problem of reacting to the start gun is a slow and long process and depends where the tick comes on the clock cycle). Parallel is not so much not the answer as an enormous step backwards as it is has all the same problems and far more fundamental ones, multithreading introduces so many problems it's hardly worth mentioning and is again mainly used to reduce heat at a given voltage. So I have hooked myself up to an 118gigavolt untransformed alternating current supply and am designing a pulser processor to clock at rates that would make a so-called supercomputer look like an abacus. 6ns is a standard clock cycle for a normal processor so even if everything else was zero you would have no chance just because of where you happen to fall. i would note 118 billion terahertz sequential sampling is a beta version, with additional supercooled superconductors we can easily approach pulse frequency on the plank scaled 5.39×10−44 s . It is conventional wisdom that fast has to be simple. This can now be thought of as false. Do you agree or not?