Prototype working ternary device
Quantum computing with qbits and so on is one thing, but what exactly do we stand to gain from a CPU which works on a ternary basis, where each ‘bit’ is ether yes/no/maybe (or true/false/filenotfound)?
Is it simply an academic exercise or could it change processor design?
What practical use does increasing the number of bits have in general in computing? You get a larger address space and faster operations (like adding or multiplying, the bigger the word size, the faster the code, assuming you use the entire word size, because you only pay the register transfer cost once instead of twice or 3 times).
Increasing the “size” of a bit provides a similar bonus, you can reduce the word size and still maintain the same word range. In addition your computations (might) be cheaper since you apply your algorithm for fewer “digits” (depending on how expensive multiplication is in base 3).