Ask HN: Is the ternary computer used in products?
I saw an introduction to ternary computers on Wikipedia, and I'm curious which areas actually use ternary computers? And why are ternary computers better than binary computers in efficiency?
Because the wiki's instructions lack more detailed instructions, does anyone know a more complete introduction?
3 comments
[ 2.9 ms ] story [ 12.1 ms ] threadThere are alternative number systems that are in use but those are implementations of different kinds of numbers or numbers with different internal structure.
Such as the redundant number system which have parallel addition and multiplication that does not have long serial paths that the normal operations have. This means it does addition in less than log n time.
The ternary numbers are functionally equivalent to binary only differing in representation but not any other aspect so they provide no advantage.
I don't think there would be any gain from ternary unless the hardware was using trits as well. But all of our computing hardware is binary at the moment.