|
|
|
|
|
by krapht
2262 days ago
|
|
Adding more states to an electronic system is trading robustness and noise insensitivity for better performance. Think about it this way: as the number of states approaches infinity, you're back to analog computing. It's a design parameter, not something that lets us break past limits on computational density, which right now is heat removal and quantum tunneling in transistors. |
|
[1] If memory servers, adders and cache access and a bunch of other logic typically require O(nlog₂n) gates in binary, but O(nlog₃n) in ternary, Which means as the native integer size increases, bases greater than 2 scale better.